indicatorShape property

ShapeBorder? indicatorShape
final

Overrides the default value of NavigationRail's selection indicator shape, when useIndicator is true.

If this is null, NavigationRailThemeData.indicatorShape is used. If that is null, defaults to StadiumBorder.

Implementation

final ShapeBorder? indicatorShape;