Sheet.info constructor

const Sheet.info({
  1. Key? key,
  2. Duration? duration,
  3. Curve? curve,
  4. SheetVariant? variant,
  5. double? width,
  6. double? height,
  7. EdgeInsetsGeometry? margin,
  8. EdgeInsetsGeometry? padding,
  9. Alignment? alignment,
  10. Clip? clipBehavior,
  11. Color? overlayColor,
  12. Color? shadowColor,
  13. double? elevation,
  14. TextStyle? foregroundStyle,
  15. Color? foregroundColor,
  16. double? foregroundOpacity,
  17. int? foregroundAlpha,
  18. double? foregroundSpacing,
  19. Color? backgroundColor,
  20. double? backgroundOpacity,
  21. int? backgroundAlpha,
  22. Color? borderColor,
  23. double? borderOpacity,
  24. int? borderAlpha,
  25. double? borderWidth,
  26. BorderRadius? borderRadius,
  27. BorderStyle? borderStyle,
  28. BoxShape? shape,
  29. Color? iconColor,
  30. double? iconOpacity,
  31. double? iconSize,
  32. SheetStyle? style,
  33. String? tooltip,
  34. Widget? child,
})

Implementation

const Sheet.info({
  super.key,
  this.duration,
  this.curve,
  this.variant,
  this.width,
  this.height,
  this.margin,
  this.padding,
  this.alignment,
  this.clipBehavior,
  this.overlayColor,
  this.shadowColor,
  this.elevation,
  this.foregroundStyle,
  this.foregroundColor,
  this.foregroundOpacity,
  this.foregroundAlpha,
  this.foregroundSpacing,
  this.backgroundColor,
  this.backgroundOpacity,
  this.backgroundAlpha,
  this.borderColor,
  this.borderOpacity,
  this.borderAlpha,
  this.borderWidth,
  this.borderRadius,
  this.borderStyle,
  this.shape,
  this.iconColor,
  this.iconOpacity,
  this.iconSize,
  this.style,
  this.tooltip,
  this.child,
}) : severity = SheetSeverity.info;