shape property Null safety
final
The shape of the indicator.
If non-null this is used as the shape used to draw the background of the indicator. If null then a RoundedRectangleBorder with the borderRadius is used.
Implementation
final ShapeBorder? shape;