$FToastStyleTransformations extension
- on
Methods
-
copyWith(
{DecorationDelta? decoration, IconThemeDataDelta? iconStyle, TextStyleDelta? titleTextStyle, TextStyleDelta? descriptionTextStyle, EdgeInsetsGeometryDelta? padding, BoxConstraints? constraints, ImageFilter? backgroundFilter = Sentinels.imageFilter, double? iconSpacing, double? titleSpacing, double? suffixSpacing, FToastMotionDelta? motion}) → FToastStyle -
Available on FToastStyle, provided by the $FToastStyleTransformations extension
Returns a copy of this FToastStyle with the given properties replaced. -
lerp(
FToastStyle other, double t) → FToastStyle -
Available on FToastStyle, provided by the $FToastStyleTransformations extension
Linearly interpolate between this and another FToastStyle using the given factort.