AntdKitStyle constructor
const
AntdKitStyle({
- bool inherit = true,
- EdgeInsets? padding,
- EdgeInsets? margin,
- double? opacity,
- Color? color,
- Border? border,
- BorderRadius? radius,
- TextStyle? textStyle,
- double? height,
- double? minHeight,
- double? width,
- double? minWidth,
- double? size,
- List<
AntdBoxLayoutMode> ? layoutModes, - double? backdropFilter,
- List<
BoxShadow> ? shadows, - Gradient? gradient,
- Alignment? alignment,
- AntdVisibility? visibility,
- AntdHapticFeedback? hapticFeedback,
- 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});