menu
globalstore package
documentation
State/Extensions.dart
GlobalUtils
ml method
ml method
dark_mode
light_mode
ml
method
Widget
ml
(
double
value
)
Implementation
Widget ml(double value) { return Container( margin: EdgeInsets.only(left: value), child: this, ); }
globalstore package
documentation
State/Extensions
GlobalUtils
ml method
GlobalUtils extension on
Widget