-
paddingAll(double value, {Key? key})
→ Padding
-
Available on Widget,
provided by the PaddingX extension
-
paddingFromViewPadding(ViewPadding padding, double devicePixelRatio, {Key? key})
→ Padding
-
Available on Widget,
provided by the PaddingX extension
-
paddingLTRB(double left, double top, double right, double bottom, {Key? key})
→ Padding
-
Available on Widget,
provided by the PaddingX extension
-
paddingOnly({double left = 0.0, double top = 0.0, double right = 0.0, double bottom = 0.0, Key? key})
→ Padding
-
Available on Widget,
provided by the PaddingX extension
-
paddingSymmetric({double vertical = 0.0, double horizontal = 0.0, Key? key})
→ Padding
-
Available on Widget,
provided by the PaddingX extension