styleScheme method

JsonStyleScheme styleScheme(
  1. BuildContext context
)

Implementation

JsonStyleScheme styleScheme(BuildContext context) =>
    JsonConfig.of(context).style ?? const JsonStyleScheme();