anchor of drawer.
Children of List.
Closes the drawer
Specifies the background color of the drawer. The default value is white. If you want to set the opacity of the drawer, use rgba. Example
Specifies the lock mode of the drawer. The drawer can be locked in 3 states: 'unlocked'|'locked-closed'|'locked-open'
Specifies the side of the screen from which the drawer will slide in.
Specifies the width of the drawer, more precisely the width of the view that be pulled in from the edge of the window.
Determines whether the keyboard gets dismissed in response to a drag 'none' (the default), drags do not dismiss the keyboard. 'on-drag', the keyboard is dismissed when a drag begins.
Function called whenever the navigation view has been closed.
Function called whenever the navigation view has been opened.
Function called whenever there is an interaction with the navigation view.
Function called when the drawer state has changed. The drawer can be in 3 states: idle, meaning there is no interaction with the navigation view happening at the time dragging, meaning there is currently an interaction with the navigation view settling, meaning that there was an interaction with the navigation view, and the navigation view is now finishing its closing or opening animation
onClose: callback called when drawer is closed
if true, drawer is open
Opens the drawer.
The navigation view that will be rendered to the side of the screen and can be pulled in.
Make the drawer take the entire screen and draw the background of the status bar to allow it to open over the status bar
Style object for List.
type of drawer
width of drawer.
Generated using TypeDoc
key for others property.