padding property Null safety
final
The amount of space by which to inset the children.
Must not be null. Defaults to EdgeInsets.symmetric(vertical: 2, horizontal: 3).
Implementation
final EdgeInsetsGeometry padding;
The amount of space by which to inset the children.
Must not be null. Defaults to EdgeInsets.symmetric(vertical: 2, horizontal: 3).
final EdgeInsetsGeometry padding;