Response Headers

This commit is contained in:
Ankit Mahato
2023-03-13 20:15:30 +05:30
parent 50062f6b6e
commit 56f558dac1
4 changed files with 129 additions and 89 deletions

View File

@ -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,
),
);