sig fix
This commit is contained in:
parent
742a83310c
commit
0cbf52ccc8
2 changed files with 28 additions and 14 deletions
|
|
@ -62,8 +62,9 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
void initState() {
|
||||
super.initState();
|
||||
setState(() {
|
||||
imagePreview = const NetworkImage(
|
||||
"https://lh3.googleusercontent.com/nW4ZZ89Q1ATz7Ht3nsAVWXL_cwNi4gNusqQZiL60UuuI3FG-VM7bTYDoJ-sUr2kDTdorfQYjxo5PjDM-0MO5rA=s512");
|
||||
imagePreview = null;
|
||||
// const NetworkImage(
|
||||
// "https://lh3.googleusercontent.com/nW4ZZ89Q1ATz7Ht3nsAVWXL_cwNi4gNusqQZiL60UuuI3FG-VM7bTYDoJ-sUr2kDTdorfQYjxo5PjDM-0MO5rA=s512");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue