NavigationPaneThemeData constructor

const NavigationPaneThemeData({
  1. Color? backgroundColor,
  2. ButtonState<Color?>? tileColor,
  3. Color? highlightColor,
  4. EdgeInsets? labelPadding,
  5. EdgeInsets? iconPadding,
  6. ButtonState<MouseCursor>? cursor,
  7. TextStyle? itemHeaderTextStyle,
  8. ButtonState<TextStyle?>? selectedTextStyle,
  9. ButtonState<TextStyle?>? unselectedTextStyle,
  10. Duration? animationDuration,
  11. Curve? animationCurve,
  12. ButtonState<Color?>? selectedIconColor,
  13. ButtonState<Color?>? unselectedIconColor,
})

Implementation

const NavigationPaneThemeData({
  this.backgroundColor,
  this.tileColor,
  this.highlightColor,
  this.labelPadding,
  this.iconPadding,
  this.cursor,
  this.itemHeaderTextStyle,
  this.selectedTextStyle,
  this.unselectedTextStyle,
  this.animationDuration,
  this.animationCurve,
  this.selectedIconColor,
  this.unselectedIconColor,
});