buildName method

Widget buildName(
  1. String nick
)

Implementation

Widget buildName(String nick) {
  return Text(nick,
      style: TextStyle(color: UIColors.color_333333, fontSize: 12));
}