Drawer constructor
Drawer({})
Creates a drawer controlled by open.
Implementation
Drawer({
required this.open,
this.title,
this.child,
this.children = const [],
this.side = 'right',
this.className,
this.props = const {},
this.style = const {},
this.dartStyle,
this.onClose,
});