padding property
The padding surrounding the content. Defaults to const EdgeInsets.symmetric(vertical: 5)
.
Implementation
@override
final EdgeInsetsGeometry padding;
The padding surrounding the content. Defaults to const EdgeInsets.symmetric(vertical: 5)
.
@override
final EdgeInsetsGeometry padding;