SpacingPaddingHelpers extension

on

Methods

withAllPadding(BuildContext context, Spacing spacing) Padding
Uses the RawSpacings available in the context to wrap all insets of this widget in a Padding with the specific spacing
withOnlyPadding(BuildContext context, {Spacing? left, Spacing? top, Spacing? right, Spacing? bottom}) Padding
Uses the RawSpacings available in the context to wrap this widget in a Padding with the respective optional insets
withSymmetricalPadding(BuildContext context, {Spacing? horizontal, Spacing? vertical}) Padding
Uses the RawSpacings available in the context to wrap this widget with the optional horizontal and vertical insets in Padding