fabAlwaysCircular property

bool fabAlwaysCircular
final

Always use circular Shape on Floating Actions Button.

If fabUseShape is false the fabAlwaysCircular has no effect, FAB will be circular in in M2 and rounded with different radii depending on FAB size in M3.

if defaultRadius or fabRadius is defined and fabAlwaysCircular is true the FAB will be circular in both M2 and M3.

Extended FAB will use Stadium border when fabAlwaysCircular is true.

Defaults to false.

Implementation

final bool fabAlwaysCircular;