RebuildCounter constructor
const
RebuildCounter({
- Key? key,
- required RebuildTracker tracker,
- required Widget child,
- String? label,
Implementation
const RebuildCounter({
super.key,
required this.tracker,
required this.child,
this.label,
});