mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Remove rootNameFormatter
This commit is contained in:
@ -237,7 +237,6 @@ class _JsonPreviewerState extends State<JsonPreviewer> {
|
||||
onPressed: () => _printNode(node),
|
||||
)
|
||||
: const SizedBox(),
|
||||
rootNameFormatter: (dynamic name) => '$name',
|
||||
valueStyleBuilder: (value, style) =>
|
||||
valueStyleOverride(context, value, style),
|
||||
theme: (Theme.of(context).brightness == Brightness.light)
|
||||
|
Reference in New Issue
Block a user