menu
flutter_bluesky package
documentation
screen/parts/timeline/reply_tl.dart
ReplyTL
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/reply_tl
ReplyTL
setPost method
ReplyTL class