temp removed app icon shit

This commit is contained in:
Kima
2023-12-09 16:02:31 +01:00
parent 8df3623d91
commit 1c49ffd57f
5 changed files with 7 additions and 9 deletions

View File

@@ -4,8 +4,7 @@ import 'package:filcnaplo_mobile_ui/common/profile_image/profile_image.dart';
import 'package:flutter/material.dart';
class NoteTile extends StatelessWidget {
const NoteTile(this.note, {Key? key, this.onTap, this.padding})
: super(key: key);
const NoteTile(this.note, {super.key, this.onTap, this.padding});
final Note note;
final void Function()? onTap;