FToasterStyleDelta.delta constructor

const FToasterStyleDelta.delta({
  1. FVariantsDelta<FToastVariantConstraint, FToastVariant, FToastStyle, FToastStyleDelta>? toastStyles,
  2. double? max,
  3. EdgeInsetsGeometryDelta? padding,
  4. FToasterExpandBehavior? expandBehavior,
  5. Duration? expandHoverEnterDuration,
  6. Duration? expandHoverExitDuration,
  7. double? expandStartSpacing,
  8. double? expandSpacing,
  9. double? collapsedProtrusion,
  10. double? collapsedScale,
  11. FToasterMotionDelta? motion,
  12. FToastAlignment? toastAlignment,
})

Creates a partial modification of a FToasterStyle.

Parameters

Implementation

const factory delta({
  FVariantsDelta<FToastVariantConstraint, FToastVariant, FToastStyle, FToastStyleDelta>? toastStyles,
  double? max,
  EdgeInsetsGeometryDelta? padding,
  FToasterExpandBehavior? expandBehavior,
  Duration? expandHoverEnterDuration,
  Duration? expandHoverExitDuration,
  double? expandStartSpacing,
  double? expandSpacing,
  double? collapsedProtrusion,
  double? collapsedScale,
  FToasterMotionDelta? motion,
  FToastAlignment? toastAlignment,
}) = _FToasterStyleDelta;