ReusableReactiveWidget<T extends ChangeNotifier> constructor

const ReusableReactiveWidget<T extends ChangeNotifier>(
  1. T model
)

A const constructor.

Implementation

const ReusableReactiveWidget(this.model);