AntdBox constructor
const
AntdBox({
- Key? key,
- AntdBoxStyle? style,
- AntdStyleBuilder<
AntdBoxStyle, AntdBox> ? styleBuilder, - AntdPosition? outerSafeArea,
- AntdPosition? innerSafeArea,
- AntdOnLayout? onLayout,
- AntdOnFocus? onFocus,
- VoidCallback? onTap,
- VoidCallback? onDoubleTap,
- VoidCallback? onLongPress,
- bool? disabled,
- AntdTapOptions? options,
- Widget? child,
- FocusNode? focusNode,
- ScrollController? scrollController,
Implementation
const AntdBox(
{super.key,
super.style,
super.styleBuilder,
this.outerSafeArea,
this.innerSafeArea,
this.onLayout,
this.onFocus,
this.onTap,
this.onDoubleTap,
this.onLongPress,
this.disabled,
this.options,
this.child,
this.focusNode,
this.scrollController});