NiceBenchmarkedWidget constructor
Implementation
const NiceBenchmarkedWidget({
super.key,
required this.name,
required this.child,
this.onBuildComplete,
this.enabled = kDebugMode,
});
const NiceBenchmarkedWidget({
super.key,
required this.name,
required this.child,
this.onBuildComplete,
this.enabled = kDebugMode,
});