JsonNav constructor
const
JsonNav({})
Implementation
const JsonNav({
Key? key,
required this.nav,
this.padding,
this.navMap,
this.decorations = const {},
this.buttonSave,
this.actionSave,
}) : super(key: key);