getIsExtended method

bool getIsExtended()

Returns the isExtended of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

bool getIsExtended() {
  return getDiagnosticProp<bool>('isExtended');
}