FmvvmStatefulWidget<V extends BindableBase> constructor

FmvvmStatefulWidget<V extends BindableBase>(
  1. V _bindableBase, {
  2. Key? key,
})

Creates the StatefulWidget.

_bindableBase - A reference to the BindableBase to be used.

Implementation

FmvvmStatefulWidget(this._bindableBase, {Key? key}) : super(key: key);