WordCloudSetting constructor
WordCloudSetting({})
Implementation
WordCloudSetting({
Key? key,
required this.data,
required this.minTextSize,
required this.maxTextSize,
required this.attempt,
required this.shape,
});