remove highlight

master
小赖 4 years ago
parent 00b87a55b9
commit e459d76a97

@ -59,11 +59,7 @@ class _DioResponseViewState extends State<DioResponseView> {
_buildData() { _buildData() {
return BoxView( return BoxView(
title: Text('Params'), title: Text('Params'),
child: HighlightView( child: SelectableText(widget.data.data.toString()),
widget.data.data.toString(),
language: 'json',
theme: githubTheme,
),
); );
} }

Loading…
Cancel
Save