menu
the_flutter_ui package
documentation
ui/widget/complex/blur_panel.dart
BlurPanel
BlurPanel const constructor
BlurPanel const constructor
dark_mode
light_mode
BlurPanel
constructor
const
BlurPanel
(
{
Key
?
key
,
Widget
?
child
,
})
Implementation
const BlurPanel({ Key? key, this.child, }) : super(key: key);
the_flutter_ui package
documentation
ui/widget/complex/blur_panel
BlurPanel
BlurPanel const constructor
BlurPanel class