leadingAtTop property

bool leadingAtTop
final

Pin the leading widget to the top.

If true, the leading widget is pinned to the top of the NavigationRail. Otherwise it precedes directly the main group of destinations.

See also scrollable for a description of the interplay of these parameters.

Implementation

final bool leadingAtTop;