padding property

EdgeInsets? padding
final

Empty space to surround this widget.

Defaults to EdgeInsets.all(16) if inputDecoration is null, const EdgeInsets.all(0) if it isn't.

Implementation

final EdgeInsets? padding;