AntdBox constructor

const AntdBox({
  1. Key? key,
  2. AntdBoxStyle? style,
  3. AntdStyleBuilder<AntdBoxStyle, AntdBox>? styleBuilder,
  4. AntdPosition? outerSafeArea,
  5. AntdPosition? innerSafeArea,
  6. AntdOnLayout? onLayout,
  7. AntdOnFocus? onFocus,
  8. VoidCallback? onTap,
  9. VoidCallback? onDoubleTap,
  10. VoidCallback? onLongPress,
  11. bool? disabled,
  12. AntdTapOptions? options,
  13. Widget? child,
  14. FocusNode? focusNode,
  15. 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});