indicatorShape property

ShapeBorder? indicatorShape
final

The shape of the selected indicator.

If null, NavigationBarThemeData.indicatorShape is used. If that is also null and ThemeData.useMaterial3 is true, StadiumBorder is used. Otherwise, RoundedRectangleBorder with a circular border radius of 16 is used.

Implementation

final ShapeBorder? indicatorShape;