extendedTextStyle property
final
The text style for an extended FloatingActionButton's label.
If null, FloatingActionButtonThemeData.extendedTextStyle is used. If that is also null, then TextTheme.labelLarge with a letter spacing of 1.2 is used.
Implementation
final TextStyle? extendedTextStyle;