fabExtended property

set fabExtended (bool b)

Implementation

set fabExtended(bool b) {
  setState(() => _fabExpanded = b);
}