mirror of
https://github.com/nostrlabs-io/zap-stream-flutter.git
synced 2025-06-16 11:58:50 +00:00
chore: placeholder fade off / write to cache always
This commit is contained in:
@ -103,6 +103,8 @@ class ProxyImg extends StatelessWidget {
|
||||
width: width,
|
||||
height: height,
|
||||
fit: BoxFit.cover,
|
||||
placeholderFadeInDuration: Duration.zero,
|
||||
fadeOutDuration: Duration.zero,
|
||||
placeholder:
|
||||
(ctx, url) =>
|
||||
SvgPicture.asset("assets/svg/logo.svg", height: placeholderSize),
|
||||
|
Reference in New Issue
Block a user