menu
lowder package
documentation
model/node_spec.dart
NodeSpec
NodeSpec constructor
NodeSpec constructor
dark_mode
light_mode
NodeSpec
constructor
NodeSpec
(
String
type
,
Map
props
, {
Map
actions
=
const {}
,
})
Implementation
NodeSpec(this.type, this.props, {this.actions = const {}});
lowder package
documentation
model/node_spec
NodeSpec
NodeSpec constructor
NodeSpec class