foregroundColor property

Color? foregroundColor
final

The default foreground color for icons and text within the button.

If this property is null, then the FloatingActionButtonThemeData.foregroundColor of ThemeData.floatingActionButtonTheme is used. If that property is also null, then the ColorScheme.onSecondary color of ThemeData.colorScheme is used.

Implementation

final Color? foregroundColor;