menu
materialx_flutter package
documentation
widget/widget_size.dart
WidgetSize
WidgetSize.new const constructor
WidgetSize.new const constructor
dark_mode
light_mode
WidgetSize
constructor
const
WidgetSize
(
{
Key
?
key
,
required
Function
onChange
,
required
Widget
child
,
})
Implementation
const WidgetSize({ Key? key, required this.onChange, required this.child, }) : super(key: key);
materialx_flutter package
documentation
widget/widget_size
WidgetSize
WidgetSize.new const constructor
WidgetSize class