menu
flcore package
documentation
ui/widgets/overlays/fl_dialog.dart
FlDialog
FlDialog.new const constructor
FlDialog.new const constructor
dark_mode
light_mode
FlDialog
constructor
const
FlDialog
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const FlDialog({ super.key, required this.child, });
flcore package
documentation
ui/widgets/overlays/fl_dialog
FlDialog
FlDialog.new const constructor
FlDialog class