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