WordCloudView constructor
const
WordCloudView({
- Key? key,
- required WordCloudData data,
- required double mapwidth,
- required double mapheight,
- double mintextsize = 10,
- double maxtextsize = 100,
- int attempt = 30,
- WordCloudShape? shape,
- String? fontFamily,
- FontStyle? fontStyle,
- FontWeight? fontWeight,
- Color? mapcolor,
- Decoration? decoration,
- List<
Color> ? colorlist,
Implementation
const WordCloudView({
super.key,
required this.data,
required this.mapwidth,
required this.mapheight,
this.mintextsize = 10,
this.maxtextsize = 100,
this.attempt = 30,
this.shape,
this.fontFamily,
this.fontStyle,
this.fontWeight,
this.mapcolor,
this.decoration,
this.colorlist,
});