Sizing elements to percentage of screen width/height

前端 未结 10 1742
情深已故
情深已故 2020-11-30 17:11

Is there a simple (non-LayoutBuilder) way to size an element relative to screen size (width/height)? For example: how do I set the width of a CardView to be 65% of the scree

10条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 17:31

    You could build a Column/Row with Flexible or Expanded children that have flex values that add up to the percentages you want.

    You may also find the AspectRatio widget useful.

提交回复
热议问题