DbLensJsonSyntaxText constructor
const
DbLensJsonSyntaxText({
- Key? key,
- required String json,
- required DbLensTheme theme,
- double fontSize = 12.5,
Implementation
const DbLensJsonSyntaxText({
super.key,
required this.json,
required this.theme,
this.fontSize = 12.5,
});