hasFloatingActionButton property
bool
get
hasFloatingActionButton
Whether this scaffold has a non-null TransparentScaffold.floatingActionButton.
Implementation
bool get hasFloatingActionButton => widget.floatingActionButton != null;