This commit is contained in:
Dr.Blank 2024-12-07 12:26:59 +05:30
parent 3488ae97fb
commit c2cf999398
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
6 changed files with 0 additions and 13 deletions

View file

@ -109,7 +109,6 @@ class LibraryItemMetadata extends HookConsumerWidget {
/// key-value pair to display as column
class _MetadataItem extends StatelessWidget {
const _MetadataItem({
super.key,
required this.title,
required this.value,
});