labelPadding property

  1. @override
EdgeInsetsGeometry? labelPadding
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;