Is there any performance Issue with using any .of(context) methods (like MediaQuery.of(context), Theme.of(context), Provider.of(context) etc) inside build method instead of didChangeDependancies method in Stateful widgets. Continue reading...