of static method

HubbleThemeData of(
  1. BuildContext context, {
  2. bool listen = true,
})

Implementation

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