AntdBoxProvider constructor
const
AntdBoxProvider({
- Key? key,
- required Widget child,
- VoidCallback? handleSizeChange,
- FocusNode? focusNode,
Implementation
const AntdBoxProvider(
{super.key, required super.child, this.handleSizeChange, this.focusNode});