mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-16 10:46:00 -07:00
fix: Improved and fixed some of the videoPlayer controls (#241)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
effa97e0d8
commit
178af97294
5 changed files with 75 additions and 14 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue