flutter控制項之CheckBox

2021-09-07 20:47:14 字數 2103 閱讀 7019

import '

package:flutter/material.dart';

class

learncheckbox extends statefulwidget

}class _learncheckbox extends state);

},),

),newcenter(

child:

newcheckboxlisttile(

value: ischeck,

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

//控制親和度 leading按鈕顯示在文字前面 trailing按鈕顯示在文字的後面 platform顯示樣式根據手機當前平台預設顯示

onchanged: (bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischeck,

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischeck,

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischeck,

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischeck,

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischecks[0],

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),

),newcenter(

child:

newcheckboxlisttile(

value: ischecks[1],

title:

new text('張曉'

), controlaffinity: listtilecontrolaffinity.platform,

onchanged: (

bool

)); }),)],

));

}}

flutter之Align控制項

align控制項即對齊控制項,能將子控制項所指定方式對齊,並根據子控制項的大小調整自己的大小。對齊子控制項的方式 bottomcenter 0.5,1.0 底部中心 bottomleft 0.0,1.0 左下角 bottomright 1.0,1.0 右下角 center 0.5,0.5 水平垂直居...

Flutter控制項 Container

container 乙個方便的 widget,它組合了常見的繪畫 定位和大小的 widget,在flutter中非常常見。顏色,邊框,填充形狀,陰影,漸變色,背景。container 首先會使用 padding 來圍繞在 child 周圍 也包括 decoration 中存在的邊框 新增額外的約束限...

Flutter基礎控制項 Row,Column

tocrow 行,以水平方式排列其內部children widget。若需要使其內部某個children widget填充滿剩餘空間,可使用expanded包裹該元件。void main new statelesswidget 無狀態widget class extends statelesswid...