mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-01 03:47:36 -05:00
style: lint fix apply
This commit is contained in:
@@ -2,9 +2,6 @@ import 'package:antd_mobile/antd_mobile.dart';
|
||||
import 'package:flutter/cupertino.dart';
|
||||
|
||||
class MutationButton extends StatelessWidget {
|
||||
final bool active;
|
||||
final String text;
|
||||
final VoidCallback onTap;
|
||||
|
||||
const MutationButton({
|
||||
super.key,
|
||||
@@ -12,6 +9,9 @@ class MutationButton extends StatelessWidget {
|
||||
required this.text,
|
||||
required this.onTap,
|
||||
});
|
||||
final bool active;
|
||||
final String text;
|
||||
final VoidCallback onTap;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user