indicatorShape property

ShapeBorder? indicatorShape
final

The shape of the selected indicator.

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

Implementation

final ShapeBorder? indicatorShape;