parent
766233f0ff
commit
f2c37edae0
4 changed files with 16 additions and 8 deletions
@ -0,0 +1,9 @@ |
|||||||
|
class ImageUrl { |
||||||
|
const ImageUrl( |
||||||
|
this.url, |
||||||
|
this.styleString, |
||||||
|
); |
||||||
|
|
||||||
|
final String url; |
||||||
|
final String styleString; |
||||||
|
} |
Loading…
Reference in new issue