isExtended property

bool isExtended
final

True if this is an "extended" floating action button.

Typically extended buttons have a StadiumBorder shape and have been created with the FloatingActionButton.extended constructor.

The Scaffold animates the appearance of ordinary floating action buttons with scale and rotation transitions. Extended floating action buttons are scaled and faded in.

Implementation

final bool isExtended;