NiceTagCloud constructor
- Key? key,
- required List<
NiceTagItem> tags, - void onTagTap(
- NiceTagItem tag
- double minFontSize = 10,
- double maxFontSize = 28,
- List<
String> selectedTags = const [],
Implementation
const NiceTagCloud({
super.key,
required this.tags,
this.onTagTap,
this.minFontSize = 10,
this.maxFontSize = 28,
this.selectedTags = const [],
});