For example MediaQuery.of(context).size.width*0.5 will give you 50% width with respect to the screen. See the Flutter example below where the ...
確定! 回上一頁