padding property
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;
Empty space to surround this widget.
Defaults to EdgeInsets.all(16) if inputDecoration is null, const EdgeInsets.all(0) if it isn't.
final EdgeInsets? padding;