isInitialized property
bool
get
isInitialized
True if the active drawer has content to render.
Implementation
bool get isInitialized => _drawer.hasContent;
True if the active drawer has content to render.
bool get isInitialized => _drawer.hasContent;