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