AntdBoxProvider constructor

const AntdBoxProvider({
  1. Key? key,
  2. required Widget child,
  3. VoidCallback? handleSizeChange,
  4. FocusNode? focusNode,
})

Implementation

const AntdBoxProvider(
    {super.key, required super.child, this.handleSizeChange, this.focusNode});