indicatorShape property

ShapeBorder? indicatorShape
final

The indicatorShape parameter in the ReactiveHome class is used to specify the shape of the indicator in the navigation rail or navigation bar. The indicator is a visual element that highlights the currently selected destination. By setting the indicatorShape parameter, you can customize the shape of the indicator to match the design of your app. The indicatorShape parameter takes a ShapeBorder object, which can be a predefined shape such as RoundedRectangleBorder or CircleBorder, or a custom shape created using the ShapeBorder class.

Implementation

final ShapeBorder? indicatorShape;