cleared console problems
This commit is contained in:
@@ -75,7 +75,7 @@ class _CachedSvgState extends State<CachedSvg> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
if (_isLoading) {
|
||||
return SizedBox();
|
||||
return const SizedBox();
|
||||
}
|
||||
|
||||
if (_svgData == null) {
|
||||
|
||||
Reference in New Issue
Block a user