AuthorCard constructor

AuthorCard(
  1. Author author, {
  2. Key? key,
  3. int type = 1,
})

Implementation

AuthorCard(this.author, {Key? key, this.type = 1}) : super(key: key);