StacDrawer constructor
const
StacDrawer({
- StacColor? backgroundColor,
- double? elevation,
- StacColor? shadowColor,
- StacColor? surfaceTintColor,
- StacShapeBorder? shape,
- double? width,
- StacWidget? child,
- String? semanticLabel,
- StacClip? clipBehavior,
Creates a StacDrawer.
Implementation
const StacDrawer({
this.backgroundColor,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.shape,
this.width,
this.child,
this.semanticLabel,
this.clipBehavior,
});