mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -6,10 +6,10 @@ class FadeIn extends StatefulWidget {
|
||||
final Duration duration;
|
||||
|
||||
const FadeIn({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.child,
|
||||
this.duration = const Duration(milliseconds: 477),
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
_MyFadeInState createState() => _MyFadeInState();
|
||||
|
||||
Reference in New Issue
Block a user