AntdBoxStyle constructor

const AntdBoxStyle({
  1. bool inherit = true,
  2. EdgeInsets? padding,
  3. EdgeInsets? margin,
  4. double? opacity,
  5. Color? color,
  6. Border? border,
  7. BorderRadius? radius,
  8. TextStyle? textStyle,
  9. double? height,
  10. double? minHeight,
  11. double? width,
  12. double? minWidth,
  13. double? size,
  14. List<AntdBoxLayoutMode>? layoutModes,
  15. double? backdropFilter,
  16. List<BoxShadow>? shadows,
  17. Gradient? gradient,
  18. Alignment? alignment,
  19. AntdVisibility? visibility,
  20. AntdHapticFeedback? hapticFeedback,
  21. ColorFilter? colorFilter,
  22. AntdKitStyle? focusStyle,
  23. AntdKitStyle? disabledStyle,
  24. AntdKitStyle? feedbackStyle,
  25. AntdTapOptions? options,
})

Implementation

const AntdBoxStyle(
    {super.inherit,
    super.padding,
    super.margin,
    super.opacity,
    super.color,
    super.border,
    super.radius,
    super.textStyle,
    super.height,
    super.minHeight,
    super.width,
    super.minWidth,
    super.size,
    super.layoutModes,
    super.backdropFilter,
    super.shadows,
    super.gradient,
    super.alignment,
    super.visibility,
    super.hapticFeedback,
    super.colorFilter,
    this.focusStyle,
    this.disabledStyle,
    this.feedbackStyle,
    this.options});