KaeruMarginExtension extension
Shorthand margin helpers via VContainer.
- on
Methods
-
m(
double v, [double? y]) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified margin. -
mar(
EdgeInsetsGeometry p) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specifiedpmargin. -
mb(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified bottomvmargin. -
ml(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified leftvmargin. -
mr(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified rightvmargin. -
mt(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified topvmargin. -
mx(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified horizontalvmargin. -
my(
double v) → Widget -
Available on Widget, provided by the KaeruMarginExtension extension
Wraps the widget in a container with the specified verticalvmargin.