padding property

EdgeInsets padding
final

The inner padding of the track, creating space between the border and the segments area.

Defaults to EdgeInsets.symmetric(horizontal: 4, vertical: 2).

Implementation

final EdgeInsets padding;