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