menu
getx_scaffold package
documentation
common/extensions/ex_widget.dart
ExWidget
width method
width method
dark_mode
light_mode
width
method
Widget
width
(
double
width
, {
Key
?
key
,
})
约束宽度
Implementation
Widget width( double width, { Key? key, }) => constrained( key: key, width: width, );
getx_scaffold package
documentation
common/extensions/ex_widget
ExWidget
width method
ExWidget extension on
Widget