menu
flutter_bluesky package
documentation
screen/parts/button.dart
FollowButton
text property
text property
dark_mode
light_mode
text
property
@
override
String
get
text
override
Implementation
@override String get text => isFollowing ? tr("following") : tr("follow");
flutter_bluesky package
documentation
screen/parts/button
FollowButton
text property
FollowButton class