NavigationLeadingConfig constructor
NavigationLeadingConfig({
- required List<
NavigationRailPlusDestination> fixLeadingItems, - Color? leadingColor,
- double? leadingIconSize,
- Color? leadingHoverColor,
- EdgeInsets? leadingIconPadding,
- Color? selectedLeadingColor,
- List<
NavigationRailPlusDestination> ? scrollableLeadingItems, - bool needTooltip = true,
Implementation
NavigationLeadingConfig({
required this.fixLeadingItems,
this.leadingColor,
this.leadingIconSize,
this.leadingHoverColor,
this.leadingIconPadding,
this.selectedLeadingColor,
this.scrollableLeadingItems,
this.needTooltip = true,
});