menu
noteapp package
documentation
common/cards/author_card.dart
AuthorCard
AuthorCard constructor
AuthorCard constructor
dark_mode
light_mode
AuthorCard
constructor
AuthorCard
(
Author
author
, {
Key
?
key
,
int
type
=
1
,
})
Implementation
AuthorCard(this.author, {Key? key, this.type = 1}) : super(key: key);
noteapp package
documentation
common/cards/author_card
AuthorCard
AuthorCard constructor
AuthorCard class