ReactiveWidgetInterface<T extends ChangeNotifier> constructor

const ReactiveWidgetInterface<T extends ChangeNotifier>({
  1. Key? key,
})

A const constructor.

Implementation

const ReactiveWidgetInterface({super.key});