menu
webify_toolkit package
documentation
webify.dart
ArticleAuthor
ArticleAuthor.new const constructor
ArticleAuthor.new const constructor
dark_mode
light_mode
ArticleAuthor
constructor
const
ArticleAuthor
(
{
required
String
name
,
String
?
url
,
String
?
image
,
})
Implementation
const ArticleAuthor({required this.name, this.url, this.image});
webify_toolkit package
documentation
webify
ArticleAuthor
ArticleAuthor.new const constructor
ArticleAuthor class