FmvvmStatefulWidget<V extends BindableBase> constructor
FmvvmStatefulWidget<V extends BindableBase> (
- V _bindableBase, {
- Key? key,
Creates the StatefulWidget.
_bindableBase - A reference to the BindableBase to be used.
Implementation
FmvvmStatefulWidget(this._bindableBase, {Key? key}) : super(key: key);