menu
flutter_bluesky package
documentation
screen/thread.dart
Thread
Thread.new const constructor
Thread.new const constructor
dark_mode
light_mode
Thread
constructor
const
Thread
(
{
Key
?
key
,
String
?
handle
,
String
?
uri
,
})
Implementation
const Thread({Key? key, this.handle, this.uri}) : super(key: key);
flutter_bluesky package
documentation
screen/thread
Thread
Thread.new const constructor
Thread class