mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class CardX extends StatelessWidget {
|
||||
const CardX(this.child, {Key? key, this.color}) : super(key: key);
|
||||
const CardX(this.child, {super.key, this.color});
|
||||
|
||||
final Widget child;
|
||||
final Color? color;
|
||||
|
||||
Reference in New Issue
Block a user