showPopup property

bool get showPopup

True if the FAB menu should be shown.

Implementation

bool get showPopup => _showPopup.value ?? false;