labelPadding property
final
The padding around the label widget.
By default, this is 4 logical pixels at the beginning and the end of the label, and zero on top and bottom.
Implementation
@override
final EdgeInsetsGeometry? labelPadding;
The padding around the label widget.
By default, this is 4 logical pixels at the beginning and the end of the label, and zero on top and bottom.
@override
final EdgeInsetsGeometry? labelPadding;