ReduxStateDecoration<T> class

Decorations

These can help integrate Redux into your feature They are both recommended to be App decorations.

ReduxStateDecoration

Manufactures a default state object for Redux. Add state types to your feature with this. Usage: StateFactoryConnector

Inheritance
  • Object
  • DartBoardDecoration
  • ReduxStateDecoration

Constructors

ReduxStateDecoration({required StateFactory<T> factory, required String name})

Properties

decoration → WidgetWithChildBuilder
finalinherited
enabled bool
finalinherited
factory StateFactory<T>
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
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