LoScope<TKey> constructor
const
LoScope<TKey> ({
- Key? key,
- required LoFormState<
TKey> state, - required Widget child,
Implementation
const LoScope({
Key? key,
required LoFormState<TKey> state,
required Widget child,
}) : super(
key: key,
notifier: state,
child: child,
);