AntdBoxStyle constructor
const
AntdBoxStyle({
- 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,
- AntdKitStyle? focusStyle,
- AntdKitStyle? disabledStyle,
- AntdKitStyle? feedbackStyle,
- 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});