isOpen property

bool get isOpen

Whether the sheet is showing at all.

Implementation

bool get isOpen => fraction > 0;