padding property Null safety
final
The amount of space by which to inset the list contents.
It defaults to EdgeInsets.all(0)
.
Implementation
final EdgeInsets? padding;
The amount of space by which to inset the list contents.
It defaults to EdgeInsets.all(0)
.
final EdgeInsets? padding;