$FAvatarStyleTransformations extension

Provides copyWith and lerp methods.

on

Methods

copyWith({Color? backgroundColor, Color? foregroundColor, TextStyle? textStyle, Duration? fadeInDuration}) FAvatarStyle

Available on FAvatarStyle, provided by the $FAvatarStyleTransformations extension

Returns a copy of this FAvatarStyle with the given properties replaced.
lerp(FAvatarStyle other, double t) FAvatarStyle

Available on FAvatarStyle, provided by the $FAvatarStyleTransformations extension

Linearly interpolate between this and another FAvatarStyle using the given factor t.