WidgetMarginX extension Extensions

Add margin property to widget

dartdoc:

on

Properties

marginZero Widget
Add on margins at all.
no setter

Methods

marginAll(double margin) Widget
Add specified margin to all sides.
marginOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0}) Widget
Add a Margin only on specified sides
marginSymmetric({double horizontal = 0.0, double vertical = 0.0}) Widget
Add Horizontally and Vertically