mirror of
https://github.com/foss42/apidash.git
synced 2025-06-03 00:14:06 +08:00
Response Headers
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
import 'package:flutter_json_view/flutter_json_view.dart';
|
||||
import 'package:apidash/consts.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
final jsonViewTheme = JsonViewTheme(
|
||||
defaultTextStyle: kCodeStyle,
|
||||
viewType: JsonViewType.collapsible,
|
||||
backgroundColor: kColorBg,
|
||||
stringStyle: const TextStyle(color: Colors.brown),
|
||||
closeIcon: const Icon(
|
||||
Icons.arrow_drop_up,
|
||||
size: 18,
|
||||
),
|
||||
openIcon: const Icon(
|
||||
Icons.arrow_drop_down,
|
||||
size: 18,
|
||||
),
|
||||
);
|
Reference in New Issue
Block a user