CustomWidgetPadding extension

on

Properties

cPadZero Widget

Available on Widget, provided by the CustomWidgetPadding extension

Removes all padding from the widget.
no setter

Methods

cPadAll(double padding) Widget

Available on Widget, provided by the CustomWidgetPadding extension

Adds uniform padding to all sides of the widget.
cPadOnly({double l = 0.0, double t = 0.0, double r = 0.0, double b = 0.0}) Widget

Available on Widget, provided by the CustomWidgetPadding extension

Adds padding to specific sides of the widget (left, top, right, bottom).
cPadSymmetric({double h = 0.0, double v = 0.0}) Widget

Available on Widget, provided by the CustomWidgetPadding extension

Adds horizontal and vertical padding to the widget.