DrawerModel constructor
DrawerModel(})
Implementation
DrawerModel(
WidgetModel super.parent,
super.id, {
dynamic rounded,
dynamic handle,
this.handleLeft,
this.handleRight,
this.handleTop,
this.handleBottom,
this.sizeLeft,
this.sizeRight,
this.sizeTop,
this.sizeBottom,
this.idLeft,
this.idRight,
this.idTop,
this.idBottom,
}) {
this.rounded = rounded;
this.handle = handle;
}