SpinKitCircle(color: Colors.white) SpinKitFadingFour(color: Colors.white) SpinKitFadingFour(color: Colors.white, shape: BoxShape.rectangle) SpinKitFadingCube(color: Colors.white) SpinKitCubeGrid(size: 51.0, color: Colors.white) SpinKitFoldingCube(color: Colors.white) SpinKitRing(color: Colors....
flutter_spinkit: ^3.1.0复制代码 用法 有很多指标要使用,所以我不会一一介绍。这篇文章应该作为您可以使用的所有小部件的备忘单。像下面一样设置您的 UI 并进行测试。 class MyApp extends StatelessWidget {@overrideWidget build(BuildContext context) {return MaterialApp(home: Scaffold(backgroundColor: Colors.g...