of static method

Implementation

static ResponsiveDesignGridThemeData of(BuildContext context) {
  final theme = maybeOf(context);

  assert(theme != null, 'No DesignGridTheme found in context');

  return theme!;
}