UniformPaddingModifiers extension
Extension-based widget modifiers for UniformPadding.
- on
Methods
-
defaultUniformPadding(
double amount) → Widget -
Sets the defaultUniformPadding to
amount
for this widget and its descendants. -
uniformPadding(
[Set< Edge> edges = Edges.all, double? amount]) → Widget -
Adds an equal
amount
of padding to specificedges
of this widget.