mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-20 09:43:58 +00:00
refactor: apply lint from analyzer
This commit is contained in:
@@ -2,10 +2,10 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class CustomSwitch extends StatelessWidget {
|
||||
const CustomSwitch({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.onChanged,
|
||||
required this.value,
|
||||
}) : super(key: key);
|
||||
});
|
||||
final ValueChanged<bool> onChanged;
|
||||
final bool value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user