menu
ack_example package
documentation
simple_examples.dart
SimpleItem
SimpleItem.new constructor
SimpleItem.new constructor
dark_mode
light_mode
SimpleItem
constructor
SimpleItem
(
{
required
String
id
,
required
String
name
,
bool
active
=
true
,
})
Implementation
SimpleItem({required this.id, required this.name, this.active = true});
ack_example package
documentation
simple_examples
SimpleItem
SimpleItem.new constructor
SimpleItem class