EdgeInsetsExtensions extension
EdgeInsets has no copyWith in Flutter, so we add one.
- on
Methods
-
copyWith(
{double? left, double? top, double? right, double? bottom}) → EdgeInsets -
Available on EdgeInsets, provided by the EdgeInsetsExtensions extension
Returns a copy with only the given fields overridden.