menu
widget_extensions_functions package
documentation
widget_extensions.dart
WidgetExtensions
withOpacity method
withOpacity method
dark_mode
light_mode
withOpacity
method
Widget
withOpacity
(
double
opacity
)
Implementation
Widget withOpacity(double opacity) { return Opacity( opacity: opacity, child: this, ); }
widget_extensions_functions package
documentation
widget_extensions
WidgetExtensions
withOpacity method
WidgetExtensions extension on
Widget