NavigationPanelThemeData constructor

const NavigationPanelThemeData({
  1. ButtonState<Color?>? color,
  2. Color? highlightColor,
  3. EdgeInsetsGeometry? labelPadding,
  4. EdgeInsetsGeometry? iconPadding,
  5. ButtonState<MouseCursor>? cursor,
  6. ButtonState<TextStyle>? selectedTextStyle,
  7. ButtonState<TextStyle>? unselectedTextStyle,
  8. Duration? animationDuration,
  9. Curve? animationCurve,
  10. ButtonState<Color?>? selectedIconColor,
  11. ButtonState<Color?>? unselectedIconColor,
})

Implementation

const NavigationPanelThemeData({
  this.color,
  this.highlightColor,
  this.labelPadding,
  this.iconPadding,
  this.cursor,
  this.selectedTextStyle,
  this.unselectedTextStyle,
  this.animationDuration,
  this.animationCurve,
  this.selectedIconColor,
  this.unselectedIconColor,
});