NavigationPaneThemeData constructor

const NavigationPaneThemeData({
  1. Color? backgroundColor,
  2. Color? overlayBackgroundColor,
  3. ButtonState<Color?>? tileColor,
  4. Color? highlightColor,
  5. EdgeInsetsGeometry? labelPadding,
  6. EdgeInsetsGeometry? iconPadding,
  7. EdgeInsetsGeometry? headerPadding,
  8. TextStyle? itemHeaderTextStyle,
  9. ButtonState<TextStyle?>? selectedTextStyle,
  10. ButtonState<TextStyle?>? unselectedTextStyle,
  11. ButtonState<TextStyle?>? selectedTopTextStyle,
  12. ButtonState<TextStyle?>? unselectedTopTextStyle,
  13. Duration? animationDuration,
  14. Curve? animationCurve,
  15. ButtonState<Color?>? selectedIconColor,
  16. ButtonState<Color?>? unselectedIconColor,
  17. IconData? paneNavigationButtonIcon,
})

Implementation

const NavigationPaneThemeData({
  this.backgroundColor,
  this.overlayBackgroundColor,
  this.tileColor,
  this.highlightColor,
  this.labelPadding,
  this.iconPadding,
  this.headerPadding,
  this.itemHeaderTextStyle,
  this.selectedTextStyle,
  this.unselectedTextStyle,
  this.selectedTopTextStyle,
  this.unselectedTopTextStyle,
  this.animationDuration,
  this.animationCurve,
  this.selectedIconColor,
  this.unselectedIconColor,
  this.paneNavigationButtonIcon,
});