menu
my package
documentation
util/extension/widget.dart
WidgetExtension
mt method
mt method
dark_mode
light_mode
mt
method
Widget
mt
(
[
double
n
=
16.0
])
Applies top margin to the widget.
Implementation
Widget mt([double n = 16.0]) => mOnly(t: n);
my package
documentation
util/extension/widget
WidgetExtension
mt method
WidgetExtension extension on
Widget