fix: improve routing accessibility and logs

This commit is contained in:
problematicconsumer
2023-09-18 21:50:13 +03:30
parent 921636a091
commit 4c30e83386
4 changed files with 119 additions and 26 deletions

View File

@@ -2,6 +2,8 @@ import 'package:flutter/material.dart';
class BottomSheetPage extends Page {
const BottomSheetPage({
super.key,
super.name,
required this.builder,
this.fixed = false,
});