nameCardBar property

Widget Function(String nameCard, dynamic setNameCard(String newName))? nameCardBar
getter/setter pair

Shows and modify the nickname for user in a specific group, only shows and used in this group, as the name card here.

Implementation

Widget Function(String nameCard, Function(String newName) setNameCard)?
    nameCardBar;