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