Apply dart auto fixes
This commit is contained in:
@ -11,7 +11,7 @@ import 'roomplan/roomplan.dart';
|
||||
import 'share/selectShareTypeDialog.dart';
|
||||
|
||||
class Overhang extends StatelessWidget {
|
||||
const Overhang({Key? key}) : super(key: key);
|
||||
const Overhang({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user