StacNavigationDrawerThemeData constructor

const StacNavigationDrawerThemeData({
  1. double? tileHeight,
  2. String? backgroundColor,
  3. double? elevation,
  4. String? shadowColor,
  5. String? surfaceTintColor,
  6. String? indicatorColor,
  7. StacShapeBorder? indicatorShape,
  8. StacSize? indicatorSize,
  9. StacTextStyle? labelTextStyle,
  10. StacIconThemeData? iconTheme,
})

Creates a StacNavigationDrawerThemeData with the given properties.

Implementation

const StacNavigationDrawerThemeData({
  this.tileHeight,
  this.backgroundColor,
  this.elevation,
  this.shadowColor,
  this.surfaceTintColor,
  this.indicatorColor,
  this.indicatorShape,
  this.indicatorSize,
  this.labelTextStyle,
  this.iconTheme,
});