mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-27 22:05:53 +08:00
replace errorWidget with errorBuilder in CachedNetworkSVGImage
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -101,7 +101,7 @@ class OpusContent extends StatelessWidget {
|
||||
),
|
||||
alignment: Alignment.centerLeft,
|
||||
placeholderBuilder: (_) => Text(latex),
|
||||
errorWidget: Text(latex),
|
||||
errorBuilder: (_) => Text(latex),
|
||||
),
|
||||
);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user