feat : EvenDetails --> Add Animator with widget
This commit is contained in:
@@ -32,4 +32,17 @@ class Post {
|
||||
required this.title,
|
||||
required this.content,
|
||||
});
|
||||
}
|
||||
|
||||
class Animator {
|
||||
final String id;
|
||||
final String name;
|
||||
final String content;
|
||||
final String authorImageUrl = 'https://placehold.co/400x400/png';
|
||||
|
||||
Animator({
|
||||
required this.id,
|
||||
required this.name,
|
||||
required this.content,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user