menu
tree_navigator package
documentation
models.dart
TreeOption
TreeOption.new constructor
TreeOption.new constructor
dark_mode
light_mode
TreeOption
constructor
TreeOption
(
{
required
String
key
,
required
String
label
,
String
?
leadsTo
,
String
?
script
,
})
Implementation
TreeOption({ required this.key, required this.label, this.leadsTo, this.script, });
tree_navigator package
documentation
models
TreeOption
TreeOption.new constructor
TreeOption class