views/view/view library

Typedefs

OnViewActivator = Future<bool> Function(bool running, dynamic value)
OnViewChangeListener<T> = void Function(T value)
OnViewClickListener = void Function(BuildContext context)
OnViewErrorListener = String? Function(ViewError error)
OnViewHoverListener = void Function(bool value)
OnViewToggleListener = void Function(bool value)
OnViewValidatorListener = bool Function(String value)
OnViewValidListener = void Function(bool value)