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