EasyStateBridge class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
blocMulti<
T> ({required EasyBloc< T> bloc, required EasyMultiBuilder<T> builder}) → Widget -
blocSingle<
T> ({required EasyBloc< T> bloc, required EasySingleBuilder<T> builder}) → Widget -
hookMulti<
T> ({required EasyMultiBuilder< T> builder, List<T> ? initialValues}) → Widget -
hookSingle<
T> ({required EasySingleBuilder< T> builder, T? initialValue}) → Widget -
notifierMulti<
T> ({required ValueNotifier< List< notifier, required EasyMultiBuilder<T> >T> builder}) → Widget -
notifierSingle<
T> ({required ValueNotifier< T?> notifier, required EasySingleBuilder<T> builder}) → Widget -
providerSingle<
T> ({required Widget child, required Create< EasyValueNotifier< create}) → WidgetT> >