successPadding property

EdgeInsets? successPadding

Optional EdgeInsets that will wrap around the successWidget. This is a convenience field that can be replaced by defining your own successWidget and wrapping it in a Padding.

Implementation

EdgeInsets? get successPadding;