Widget info(String text) { return Text("$text", style: const TextStyle( color: Colors.grey, fontWeight: FontWeight.normal, fontFamily: 'PingFang SC', fontSize: 9)); }