padding property

EdgeInsetsGeometry? padding
final

The padding around the indicator track.

If null, then the ProgressIndicatorThemeData.circularTrackPadding will be used. If that is null and year2023 is false, then defaults to EdgeInsets.all(4.0) padding. Otherwise, defaults to zero padding.

Implementation

final EdgeInsetsGeometry? padding;