errorPadding property

EdgeInsets? errorPadding

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

Implementation

EdgeInsets? get errorPadding;