UJsonViewer constructor
const
UJsonViewer({
- required String jsonString,
- Key? key,
- double fontSize = 13,
- EdgeInsets padding = const EdgeInsets.all(12),
Implementation
const UJsonViewer({
required this.jsonString,
super.key,
this.fontSize = 13,
this.padding = const EdgeInsets.all(12),
});