BlocxFormWidget<P> constructor

const BlocxFormWidget<P>({
  1. Key? key,
  2. P? payload,
})

Implementation

const BlocxFormWidget({super.key, this.payload});