EntityStyles constructor

EntityStyles({
  1. EntityStylesImage? thumbnail,
  2. EntityStylesImage? hero,
  3. String? backgroundColor,
  4. String? textColor,
})

Implementation

EntityStyles(
    {this.thumbnail, this.hero, this.backgroundColor, this.textColor});