fix: improve routing accessibility and logs
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user