buildViewTips method

Widget buildViewTips()

Implementation

Widget buildViewTips() {
  return Container(
    height: 48,
    color: UIColors.globalBg,
    padding: EdgeInsets.only(left: 20, top: 20),
    child: Text(Strings.liveChooseView,
        style: TextStyle(fontSize: 14, color: UIColors.color_999999)),
  );
}