onPadding method
In some cases, it's useful to be able to set the padding to zero.
Implementation
@override
EdgeInsetsGeometry? onPadding() => inPadding == null ? null : inPadding!();
In some cases, it's useful to be able to set the padding to zero.
@override
EdgeInsetsGeometry? onPadding() => inPadding == null ? null : inPadding!();