expanded property

bool expanded
final

Whether the FAB starts as expanded.

If scrollController or label are null, this is the permanent state of the FAB.

If the label is not null, the FAB will initialize as expanded.

Implementation

final bool expanded;