1- Is it possible to use static theme and no app reload to theme change? for example when I want to change theme , Just call EStyleSheet.build
and forceUpdate
again
2- Is dynamic theme need cashing ? IS dynamic theme need stylesheet creation in every render() call?