labelPadding property

  1. @override
EdgeInsetsGeometry labelPadding
final

The padding around the label. Defaults to EdgeInsetsDirectional.only(start: 14, top: 6, bottom: 6, end: 10).

Implementation

@override
final EdgeInsetsGeometry labelPadding;