style property

FAvatarStyleDelta style
final

The style. Defaults to FThemeData.avatarStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FAvatarStyle(...)

CLI

To generate and customize this style:

dart run forui style create avatar

Implementation

final FAvatarStyleDelta style;