displayNameHandle function

Widget displayNameHandle(
  1. ProfileViewBasic actor
)

Implementation

Widget displayNameHandle(ProfileViewBasic actor) {
  return Wrap(children: [displayName(actor), sizeBox, handle(actor)]);
}