mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
refactor: apply lint from analyzer
This commit is contained in:
parent
d25d1efe9c
commit
ad3a778fb9
40 changed files with 67 additions and 106 deletions
|
@ -3,10 +3,10 @@ import 'package:flutter_i18n/flutter_i18n.dart';
|
|||
|
||||
class SettingsSection extends StatelessWidget {
|
||||
const SettingsSection({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.title,
|
||||
required this.children,
|
||||
}) : super(key: key);
|
||||
});
|
||||
final String title;
|
||||
final List<Widget> children;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue