shouldShowCreateButton property

bool get shouldShowCreateButton

Whether to show the create button (floating action button).

Override this getter to control create button visibility. Defaults to false.

Implementation

bool get shouldShowCreateButton => false;