Commit 830659cf authored by ouxiang's avatar ouxiang

merge fix confilct

parents c2c0ba09 20081b34
...@@ -86,7 +86,6 @@ class _AssestPlatformChannelState extends State<AssestPlatformChannel> { ...@@ -86,7 +86,6 @@ class _AssestPlatformChannelState extends State<AssestPlatformChannel> {
Widget _imageWidget(){ Widget _imageWidget(){
if (_imageData != null) { if (_imageData != null) {
return Image.memory(_imageData, return Image.memory(_imageData,
// color: Colors.purple,
width: 200, width: 200,
height: 200, height: 200,
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment