menu
flutter_bluesky package
documentation
screen/parts/timeline/thread_tl.dart
ThreadTimeline
appendPost method
appendPost method
dark_mode
light_mode
appendPost
method
void
appendPost
(
List
<
Widget
>
widgets
)
Implementation
void appendPost(List<Widget> widgets) { widgets.add(ThreadMain(post: post)); }
flutter_bluesky package
documentation
screen/parts/timeline/thread_tl
ThreadTimeline
appendPost method
ThreadTimeline class