menu
nice2dev_flutter_ui package
documentation
tools/nice_benchmarks.dart
NiceWidgetAnalyzer
widgetCounts property
widgetCounts property
dark_mode
light_mode
widgetCounts
property
Map
<
String
,
int
>
get
widgetCounts
Get widget usage counts.
Implementation
Map<String, int> get widgetCounts => Map.unmodifiable(_widgetCounts);
nice2dev_flutter_ui package
documentation
tools/nice_benchmarks
NiceWidgetAnalyzer
widgetCounts property
NiceWidgetAnalyzer class