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? 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,
})

Implementation

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