NavigationLeadingConfig constructor

NavigationLeadingConfig({
  1. required List<NavigationRailPlusDestination> fixLeadingItems,
  2. Color? leadingColor,
  3. double? leadingIconSize,
  4. Color? leadingHoverColor,
  5. EdgeInsets? leadingIconPadding,
  6. Color? selectedLeadingColor,
  7. List<NavigationRailPlusDestination>? scrollableLeadingItems,
  8. bool needTooltip = true,
})

Implementation

NavigationLeadingConfig({
  required this.fixLeadingItems,
  this.leadingColor,
  this.leadingIconSize,
  this.leadingHoverColor,
  this.leadingIconPadding,
  this.selectedLeadingColor,
  this.scrollableLeadingItems,
  this.needTooltip = true,
});