WidgetMarginApp extension
Add margin property to widget
- on
Properties
- marginZero → Widget
-
Available on Widget, provided by the WidgetMarginApp extension
no setter
Methods
-
marginAll(
double margin) → Widget -
Available on Widget, provided by the WidgetMarginApp extension
-
marginOnly(
{double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) → Widget -
Available on Widget, provided by the WidgetMarginApp extension
-
marginSymmetric(
{double horizontal = 0.0, double vertical = 0.0}) → Widget -
Available on Widget, provided by the WidgetMarginApp extension