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