LinkPeekModel constructor

const LinkPeekModel({
  1. String? url,
  2. String? domain,
  3. required String title,
  4. String? thumbnail,
  5. String? webIcon,
  6. Color? defaultColor,
  7. String? description,
  8. PaletteGenerator? colorScheme,
})

Implementation

const LinkPeekModel(
    {this.url,
    this.domain,
    required this.title,
    this.thumbnail,
    this.webIcon,
    this.defaultColor,
    this.description,
    this.colorScheme});