menu
the_flutter_ui package
documentation
ui/widget/complex/blur_panel.dart
BlurEx<T extends Widget>
blurExpanded method
blurExpanded method
dark_mode
light_mode
blurExpanded
method
Expanded
blurExpanded
(
)
Implementation
Expanded blurExpanded() { return BlurPanel(child: this).expanded(); }
the_flutter_ui package
documentation
ui/widget/complex/blur_panel
BlurEx<T extends Widget>
blurExpanded method
BlurEx extension on T