fix: Improved and fixed some of the videoPlayer controls (#241)

Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
PartyDonut 2025-02-28 09:58:10 +01:00 committed by GitHub
parent effa97e0d8
commit 178af97294
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 75 additions and 14 deletions

View file

@ -24,7 +24,7 @@ class MediaHeader extends ConsumerWidget {
alignment: Alignment.center,
child: SelectableText(
name,
textAlign: TextAlign.center,
textAlign: TextAlign.start,
style: Theme.of(context).textTheme.headlineLarge?.copyWith(
fontSize: 55,
),
@ -47,7 +47,7 @@ class MediaHeader extends ConsumerWidget {
logo != null
? FladderImage(
image: logo,
enableBlur: true,
disableBlur: true,
alignment: Alignment.bottomCenter,
imageErrorBuilder: (context, object, stack) => textWidget,
placeHolder: const SizedBox(height: 0),