EntityStyles constructor
EntityStyles({
- EntityStylesImage? thumbnail,
- EntityStylesImage? hero,
- String? backgroundColor,
- String? textColor,
Implementation
EntityStyles(
{this.thumbnail, this.hero, this.backgroundColor, this.textColor});