defaultStyle static method
default style scheme
Implementation
// original from #4
static JsonStyleScheme defaultStyle(BuildContext context) => const JsonStyleScheme(
keysStyle: TextStyle(),
valuesStyle: TextStyle(),
quotation: JsonQuotation(),
);