menu
flutter_bluesky package
documentation
screen/parts/button.dart
ProfileViewButton
text property
text property
dark_mode
light_mode
text
property
@
override
String
get
text
override
Implementation
@override String get text => isLoginUser(actor) ? profileEditButton.text : followButton.text;
flutter_bluesky package
documentation
screen/parts/button
ProfileViewButton
text property
ProfileViewButton class