of static method

IdsTheme of(
  1. BuildContext context
)

Implementation

static IdsTheme of(BuildContext context) {
  final scope = IdsScope.of(context);
  return IdsTheme(color: scope.color, mode: scope.mode);
}