📅  最后修改于: 2022-03-11 14:55:38.855000             🧑  作者: Mango
RaisedButton(
onPressed: null,
child: Text('Get in'), // change it to sign-in
color: Colors.blue,
disabledColor: Colors.blue,//add this to your code
)