I am making an App using Flutter, but the asset image does not fit well into the FrontEnd, was wondering how to resize it on asset level, maybe using ClipRect
code:
Image.asset("assets/stars_icon.png", width: 50, height: 50,),
I tried using width, and height property of the asset but it scales the asset instead resizing it