mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 01:37:05 +08:00
Set the min SDK to Dart 3.3, bump and fix lints, switch cleanup
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'package:wonders/common_libs.dart';
|
||||
|
||||
class AppLoadingIndicator extends StatelessWidget {
|
||||
const AppLoadingIndicator({Key? key, this.value, this.color}) : super(key: key);
|
||||
const AppLoadingIndicator({super.key, this.value, this.color});
|
||||
final Color? color;
|
||||
final double? value;
|
||||
|
||||
|
Reference in New Issue
Block a user