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),
|
onPressed: () => _printNode(node),
|
||||||
)
|
)
|
||||||
: const SizedBox(),
|
: const SizedBox(),
|
||||||
rootNameFormatter: (dynamic name) => '$name',
|
|
||||||
valueStyleBuilder: (value, style) =>
|
valueStyleBuilder: (value, style) =>
|
||||||
valueStyleOverride(context, value, style),
|
valueStyleOverride(context, value, style),
|
||||||
theme: (Theme.of(context).brightness == Brightness.light)
|
theme: (Theme.of(context).brightness == Brightness.light)
|
||||||
|
Reference in New Issue
Block a user