of static method
Implementation
static HubbleThemeData of(BuildContext context, {bool listen = true}) {
return HubbleThemeDataProvider.of(context, listen: listen).value;
}
static HubbleThemeData of(BuildContext context, {bool listen = true}) {
return HubbleThemeDataProvider.of(context, listen: listen).value;
}