FilledSheet.warning constructor

const FilledSheet.warning({
  1. Key? key,
  2. Color? color,
  3. Duration? duration,
  4. Curve? curve,
  5. SheetVariant? variant,
  6. double? width,
  7. double? height,
  8. EdgeInsetsGeometry? margin,
  9. EdgeInsetsGeometry? padding,
  10. Alignment? alignment,
  11. Clip? clipBehavior,
  12. Color? overlayColor,
  13. Color? shadowColor,
  14. double? elevation,
  15. TextStyle? foregroundStyle,
  16. Color? foregroundColor,
  17. double? foregroundOpacity,
  18. int? foregroundAlpha,
  19. double? foregroundSpacing,
  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. String? tooltip,
  33. Widget? child,
})

Implementation

const FilledSheet.warning({
  super.key,
  Color? color,
  super.duration,
  super.curve,
  super.variant,
  super.width,
  super.height,
  super.margin,
  super.padding,
  super.alignment,
  super.clipBehavior,
  super.overlayColor,
  super.shadowColor,
  super.elevation,
  super.foregroundStyle,
  super.foregroundColor,
  super.foregroundOpacity,
  super.foregroundAlpha,
  super.foregroundSpacing,
  super.backgroundOpacity,
  super.backgroundAlpha,
  super.borderColor,
  super.borderOpacity,
  super.borderAlpha,
  super.borderWidth,
  super.borderRadius,
  super.borderStyle,
  super.shape,
  super.iconColor,
  super.iconOpacity,
  super.iconSize,
  super.tooltip,
  super.child,
}) : super.warning(backgroundColor: color);