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? width,
  11. BoxConstraints? constraints,
  12. double? size,
  13. List<AntdBoxLayoutMode>? layoutModes,
  14. double? backdropFilter,
  15. List<BoxShadow>? shadows,
  16. Gradient? gradient,
  17. Alignment? alignment,
  18. AntdVisibility? visibility,
  19. AntdHapticFeedback? hapticFeedback,
  20. ColorFilter? colorFilter,
  21. AntdKitStyle? focusStyle,
  22. AntdKitStyle? disabledStyle,
  23. AntdKitStyle? feedbackStyle,
  24. AntdTapOptions? options,
})

Implementation

const AntdBoxStyle(
    {super.inherit,
    super.padding,
    super.margin,
    super.opacity,
    super.color,
    super.border,
    super.radius,
    super.textStyle,
    super.height,
    super.width,
    super.constraints,
    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});