FToasterStyleDelta.delta constructor

const FToasterStyleDelta.delta({
  1. double? max,
  2. EdgeInsetsGeometry? padding,
  3. FToasterExpandBehavior? expandBehavior,
  4. Duration? expandHoverEnterDuration,
  5. Duration? expandHoverExitDuration,
  6. double? expandStartSpacing,
  7. double? expandSpacing,
  8. double? collapsedProtrusion,
  9. double? collapsedScale,
  10. FToasterMotionDelta? motion,
  11. FToastAlignment? toastAlignment,
  12. FToastStyleDelta? toastStyle,
})

Creates a partial modification of a FToasterStyle.

Parameters

Implementation

const factory FToasterStyleDelta.delta({
  double? max,
  EdgeInsetsGeometry? padding,
  FToasterExpandBehavior? expandBehavior,
  Duration? expandHoverEnterDuration,
  Duration? expandHoverExitDuration,
  double? expandStartSpacing,
  double? expandSpacing,
  double? collapsedProtrusion,
  double? collapsedScale,
  FToasterMotionDelta? motion,
  FToastAlignment? toastAlignment,
  FToastStyleDelta? toastStyle,
}) = _FToasterStyleDelta;