isShowFloatButton property

bool isShowFloatButton
final

isShowFloatButton is a bool variable that determines whether or not to display the float button. If set to true, the float button will be shown, and if set to false, the float button will be hidden. This variable is declared as final, indicating that it can't be reassigned after being initialized.

Implementation

final bool isShowFloatButton;