labelPadding property
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
EdgeInsetsGeometry? get 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.
EdgeInsetsGeometry? get labelPadding;