handle function
Implementation
Widget handle(ProfileViewBasic actor) {
return Text(
'@${actor.handle}',
style: const TextStyle(color: Colors.grey),
);
}
Widget handle(ProfileViewBasic actor) {
return Text(
'@${actor.handle}',
style: const TextStyle(color: Colors.grey),
);
}