isTransparent property

bool isTransparent

Whether this screen allows any screens under it to be visible.

Subclasses can override this. Defaults to false.

Implementation

bool get isTransparent => false;