$FRawItemContentStyleTransformations extension
Methods
-
copyWith(
{EdgeInsetsGeometry? padding, FWidgetStateMap< IconThemeData> ? prefixIconStyle, double? prefixIconSpacing, FWidgetStateMap<TextStyle> ? childTextStyle}) → FRawItemContentStyle -
Available on FRawItemContentStyle, provided by the $FRawItemContentStyleTransformations extension
Returns a copy of this FRawItemContentStyle with the given properties replaced. -
lerp(
FRawItemContentStyle other, double t) → FRawItemContentStyle -
Available on FRawItemContentStyle, provided by the $FRawItemContentStyleTransformations extension
Linearly interpolate between this and another FRawItemContentStyle using the given factort
.