initialTextStyle property
final
Text style for initials.
Defaults to:
TextStyle(
fontSize: size.fontSize,
letterSpacing: Zeta.of(context).spacing.none,
color: backgroundColor?.onColor,
fontWeight: FontWeight.w500,
)
Implementation
final TextStyle? initialTextStyle;