menu
unit_widgets_display package
documentation
ProxyWidget/InheritedModel/node1.dart
CounterModel
CounterModel.new const constructor
CounterModel.new const constructor
dark_mode
light_mode
CounterModel
constructor
const
CounterModel
(
{
Key
?
key
,
Color
?
color
,
int
?
counter
,
required
Widget
child
,
})
Implementation
const CounterModel({ super.key, this.color, this.counter, required super.child, });
unit_widgets_display package
documentation
ProxyWidget/InheritedModel/node1
CounterModel
CounterModel.new const constructor
CounterModel class