ResponsiveEdgeInsets extension
A variant of EdgeInsets that takes a responsive size as input.
The size is scaled according to the ResponsiveSize of the context.
- on
Methods
-
fromLTRBR(
double left, double top, double right, double bottom) → Widget -
Available on Widget, provided by the ResponsiveEdgeInsets extension
A variant of EdgeInsets.fromLTRB that takes a responsive size as input. -
paddingAllR(
double value) → Widget -
Available on Widget, provided by the ResponsiveEdgeInsets extension
A variant of EdgeInsets.all that takes a responsive size as input. -
paddingOnlyR(
{double left = 0, double top = 0, double right = 0, double bottom = 0}) → Widget -
Available on Widget, provided by the ResponsiveEdgeInsets extension
A variant of EdgeInsets.only that takes a responsive size as input. -
paddingSymmetricR(
{double horizontal = 0, double vertical = 0}) → Widget -
Available on Widget, provided by the ResponsiveEdgeInsets extension
A variant of EdgeInsets.symmetric that takes a responsive size as input.