menu
flutter_json_viewer_new package
documentation
json_text_widget.dart
JSONText
JSONText.new const constructor
JSONText.new const constructor
dark_mode
light_mode
JSONText
constructor
const
JSONText
(
String
data
, {
Key
?
key
,
TextStyle
?
style
,
dynamic
value
,
})
Implementation
const JSONText( this.data, { Key? key, this.style, this.value, }) : super(key: key);
flutter_json_viewer_new package
documentation
json_text_widget
JSONText
JSONText.new const constructor
JSONText class