DrawerThemeData constructor
- Color? backgroundColor,
- Color? scrimColor,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- ShapeBorder? shape,
- ShapeBorder? endShape,
- double? width,
- Clip? clipBehavior,
Creates a theme that can be used for ThemeData.drawerTheme and DrawerTheme.
Implementation
const DrawerThemeData({
this.backgroundColor,
this.scrimColor,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.shape,
this.endShape,
this.width,
this.clipBehavior,
});