child: ElevatedButton(
style: ButtonStyle(backgroundColor: MaterialStateProperty.resolveWith<Color>((Set<MaterialState> State){}
)),
if (states.contains(MaterialState.pressed))
return Colors.green;
child: Text('Add task',style: GoogleFonts.roboto(fontSize: 10),
),
onPressed: () {})),}
if语句标记了一个错误,我的if语句也是
我还没试过。
1条答案
按热度按时间xqkwcwgp1#
你的代码是在坏的形状,它可以像