style property
The style. Defaults to FThemeData.avatarStyle.
CLI
To generate and customize this style:
dart run forui style create accordion
Implementation
final FAvatarStyle Function(FAvatarStyle)? style;
The style. Defaults to FThemeData.avatarStyle.
To generate and customize this style:
dart run forui style create accordion
final FAvatarStyle Function(FAvatarStyle)? style;