@VadaskiHi,因为这两处都是我按照教程所述亲自尝试发现的,实际运行效果与教程中展示的图片效果是不一致的。
因此我特地查看了一下此教程项目的源码,发现确实这两处与教程中所述是不一致的,如下:
教程源码中多了这么几行代码:
buttonTheme: base.buttonTheme.copyWith( buttonColor: kShrinePink100, textTheme: ButtonTextTheme.normal, ),
这应该是...