fabSchemeColor property

SchemeColor? fabSchemeColor
final

Defines which Theme based ColorScheme based color the Floating Action Buttons (FABs) use as their base color.

If not defined, effective default is ColorScheme.secondary color in M2 and ColorScheme.primaryContainer in M3 via Flutter theme defaults.

Implementation

final SchemeColor? fabSchemeColor;