tower static method
Implementation
static Tower<AnimationSystemState> tower([AnimationSystemState? cardState]){
return Tower<AnimationSystemState>(
_animationSystemReducer,
initialState: AnimationSystemState.initial()
);
}
static Tower<AnimationSystemState> tower([AnimationSystemState? cardState]){
return Tower<AnimationSystemState>(
_animationSystemReducer,
initialState: AnimationSystemState.initial()
);
}