menu
flutter_bluesky package
documentation
screen/parts/timeline/post_tl.dart
PostTL
setPost method
setPost method
dark_mode
light_mode
setPost
method
void
setPost
(
Post
post
)
Implementation
void setPost(Post post) { this.post = post; }
flutter_bluesky package
documentation
screen/parts/timeline/post_tl
PostTL
setPost method
PostTL class