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