thumbails fix

This commit is contained in:
Abraham
2026-01-15 21:34:40 -08:00
parent ec5c62a64b
commit 0b0d9a81e2
3 changed files with 80 additions and 15 deletions

View File

@@ -386,7 +386,7 @@ class _GestorVideosPageState extends State<GestorVideosPage> {
fit: BoxFit.cover,
)
: _buildThumbnailPlaceholder(),
// Overlay con icono de play
// Overlay con gradiente
Positioned.fill(
child: Container(
decoration: BoxDecoration(
@@ -399,20 +399,6 @@ class _GestorVideosPageState extends State<GestorVideosPage> {
],
),
),
child: Center(
child: Container(
padding: const EdgeInsets.all(6),
decoration: BoxDecoration(
color: Colors.white.withOpacity(0.9),
shape: BoxShape.circle,
),
child: Icon(
Icons.play_arrow_rounded,
size: 16,
color: AppTheme.of(context).primaryColor,
),
),
),
),
),
],