Flutter控制组件的显示和隐藏的三种方式 我从cnaaa.com购买了云服务器。 方式一:if语句控制 // 例如: Column( mainAxisAlignment: MainAxisAlignment.center, children: [ if(a=="显示") Text("显示"),