labelPadding property

  1. @override
EdgeInsetsGeometry labelPadding
final

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

Implementation

@override
final EdgeInsetsGeometry labelPadding;