state static method
Static method to access the theme provider's state
Implementation
static ProKitThemeProvider state(BuildContext context, [bool listen = false]) =>
Provider.of<ProKitThemeProvider>(context, listen: listen);
Static method to access the theme provider's state
static ProKitThemeProvider state(BuildContext context, [bool listen = false]) =>
Provider.of<ProKitThemeProvider>(context, listen: listen);