$FLineCalendarStyleTransformations extension
Methods
-
copyWith(
{double? itemSpacing, double? contentEdgeSpacing, double? contentSpacing, FVariantsDelta< FLineCalendarItemVariantConstraint, FLineCalendarItemVariant, Decoration, DecorationDelta> ? decoration, FVariantsValueDelta<FLineCalendarItemVariantConstraint, FLineCalendarItemVariant, Color, Delta> ? todayIndicatorColor, FVariantsDelta<FLineCalendarItemVariantConstraint, FLineCalendarItemVariant, TextStyle, TextStyleDelta> ? dateTextStyle, FVariantsDelta<FLineCalendarItemVariantConstraint, FLineCalendarItemVariant, TextStyle, TextStyleDelta> ? weekdayTextStyle, FTappableStyleDelta? tappableStyle}) → FLineCalendarStyle -
Available on FLineCalendarStyle, provided by the $FLineCalendarStyleTransformations extension
Returns a copy of this FLineCalendarStyle with the given properties replaced. -
lerp(
FLineCalendarStyle other, double t) → FLineCalendarStyle -
Available on FLineCalendarStyle, provided by the $FLineCalendarStyleTransformations extension
Linearly interpolate between this and another FLineCalendarStyle using the given factort.