EasyModuleWidget<T extends EasyModule> constructor

const EasyModuleWidget<T extends EasyModule>({
  1. Key? key,
  2. required Widget child,
  3. bool autoDispose = true,
})

Implementation

const EasyModuleWidget({super.key, required this.child, this.autoDispose = true});