menu
globalstore package
documentation
State/Extensions.dart
GlobalUtils
h method
h method
dark_mode
light_mode
h
method
Widget
h
(
double
value
)
Implementation
Widget h(double value) { return SizedBox( height: value, child: this, ); }
globalstore package
documentation
State/Extensions
GlobalUtils
h method
GlobalUtils extension on
Widget