AntdKitStyle constructor

const AntdKitStyle({
  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,
})

Implementation

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