mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-26 03:26:38 +08:00
Set the min SDK to Dart 3.3, bump and fix lints, switch cleanup
This commit is contained in:
@ -1,14 +1,13 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
import 'package:wonders/common_libs.dart';
|
||||
|
||||
class AppBackdrop extends StatelessWidget {
|
||||
const AppBackdrop({
|
||||
Key? key,
|
||||
super.key,
|
||||
this.strength = 1,
|
||||
this.child,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
final double strength;
|
||||
final Widget? child;
|
||||
|
Reference in New Issue
Block a user