StateHolderContext extension

StateHolderContext

StateHolderContext is an Extension on BuildContext

Which Provides Two Methods To Read And Watch State of StateHolder

on

Methods

readStateHolder<T>() → T
Use This Method To Read The State of StateHolde Without Listinig To Updates
watchStateHolder<T>() → T
Use This Method To Watch The State of StateHolde and Listinig To Updates