responsive home_page

This commit is contained in:
Dr-Blank 2024-05-08 21:25:06 -04:00
parent a720c977c2
commit ebc14a0448
No known key found for this signature in database
GPG key ID: 7452CC63F210A266
9 changed files with 171 additions and 85 deletions

View file

@ -12,7 +12,7 @@ class AuthorHomeShelf extends HookConsumerWidget {
required this.title,
});
final Widget title;
final String title;
final AuthorShelf shelf;
@override