onPadding method

EdgeInsetsGeometry? onPadding()

In some cases, it's useful to be able to set the padding to zero.

Implementation

EdgeInsetsGeometry? onPadding() => inPadding == null ? null : inPadding!();