isInitialized property

bool get isInitialized

True if the active drawer has content to render.

Implementation

bool get isInitialized => _drawer.hasContent;