menu
flutter_bluesky package
documentation
screen/post.dart
Post
Post.new const constructor
Post.new const constructor
dark_mode
light_mode
Post
constructor
const
Post
(
{
Key
?
key
,
PostType
postType
=
PostType.normal
,
Post
?
post
,
})
Implementation
const Post({Key? key, this.postType = PostType.normal, this.post}) : super(key: key);
flutter_bluesky package
documentation
screen/post
Post
Post.new const constructor
Post class