of static method

Implementation

static CrossmintThemeData of(BuildContext context) {
  return maybeOf(context) ?? CrossmintThemeData.defaults;
}