Lines Matching refs:width
114 Text('space').width('90%')
116 Row().width('30%').height(50).backgroundColor(0xAFEEEE)
117 Row().width('30%').height(50).backgroundColor(0x00FFFF)
118 }.width('90%').height(107).border({ width: 1 })
121 Text('alignItems(Bottom)').width('90%')
123 Row().width('30%').height(50).backgroundColor(0xAFEEEE)
124 Row().width('30%').height(50).backgroundColor(0x00FFFF)
125 }.width('90%').alignItems(VerticalAlign.Bottom).height('15%').border({ width: 1 })
127 Text('alignItems(Center)').width('90%')
129 Row().width('30%').height(50).backgroundColor(0xAFEEEE)
130 Row().width('30%').height(50).backgroundColor(0x00FFFF)
131 }.width('90%').alignItems(VerticalAlign.Center).height('15%').border({ width: 1 })
134 Text('justifyContent(End)').width('90%')
136 Row().width('30%').height(50).backgroundColor(0xAFEEEE)
137 Row().width('30%').height(50).backgroundColor(0x00FFFF)
138 }.width('90%').border({ width: 1 }).justifyContent(FlexAlign.End)
140 Text('justifyContent(Center)').width('90%')
142 Row().width('30%').height(50).backgroundColor(0xAFEEEE)
143 Row().width('30%').height(50).backgroundColor(0x00FFFF)
144 }.width('90%').border({ width: 1 }).justifyContent(FlexAlign.Center)
145 }.width('100%')