CustomWidgetPadding extension
- on
Methods
-
cPadAll(
double padding) → Widget - 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 - Adds padding to specific sides of the widget (left, top, right, bottom).
-
cPadSymmetric(
{double h = 0.0, double v = 0.0}) → Widget - Adds horizontal and vertical padding to the widget.