ListView image unit diffirent with other component

image

I have set the width 150, height 150 to Image component and Image in ListView.

but Image is 3 times big to the image in listview,
and 3 is the screen Density.

This is a bug I think.

I wouldn't call it a bug, though it would be nice if the same units were used.

Probably they used different units. One used pixels and the other used DP values.