menu
forui package
documentation
widgets/sheet.dart
FSheets
FSheets const constructor
FSheets const constructor
dark_mode
light_mode
FSheets
constructor
const
FSheets
(
{
required
Widget
child
,
Key
?
key
,
})
Creates a
FSheets
.
Implementation
const FSheets({required this.child, super.key});
forui package
documentation
widgets/sheet
FSheets
FSheets const constructor
FSheets class