ZeroNavigationRailStyle constructor

const ZeroNavigationRailStyle({
  1. Color? backgroundColor,
  2. double? width,
  3. Color? indicatorColor,
  4. Color? activeColor,
  5. Color? inactiveColor,
  6. TextStyle? labelStyle,
  7. TextStyle? activeLabelStyle,
  8. BorderRadius? indicatorBorderRadius,
})

Implementation

const ZeroNavigationRailStyle({
  this.backgroundColor,
  this.width,
  this.indicatorColor,
  this.activeColor,
  this.inactiveColor,
  this.labelStyle,
  this.activeLabelStyle,
  this.indicatorBorderRadius,
});