FToasterStyle constructor

const FToasterStyle({
  1. required FToastStyles toastStyles,
  2. double max = 3,
  3. EdgeInsetsGeometry padding = const .symmetric(horizontal: 20, vertical: 15),
  4. FToasterExpandBehavior expandBehavior = .hoverOrPress,
  5. Duration expandHoverEnterDuration = const Duration(milliseconds: 200),
  6. Duration expandHoverExitDuration = const Duration(milliseconds: 200),
  7. double expandStartSpacing = 0,
  8. double expandSpacing = 10,
  9. double collapsedProtrusion = 12,
  10. double collapsedScale = 0.9,
  11. FToasterMotion motion = const FToasterMotion(),
  12. FToastAlignment toastAlignment = .bottomEnd,
})

Creates a FToasterStyle.