Widget userNameItem(String name) { return Text( name, style: TextStyle( fontSize: 32.0.zR, color: const Color(0xffffffff), decoration: TextDecoration.none, ), ); }