FilledSheet constructor

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

Implementation

const FilledSheet({
  super.key,
  Color? color,
  super.duration,
  super.curve,
  super.variant,
  super.severity,
  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(backgroundColor: color);