Lines Matching refs:reverse
82 ### reverse subsection
84 reverse(value: boolean)
140 …reverse** attributes. For example, if **fillMode** is set to **Forwards**, the target will retain …
256 @State reverse: boolean = false
277 .state(this.state).reverse(this.reverse)
309 Button('reverse').width(100).padding(5).onClick(() => {
310 this.reverse = !this.reverse
334 @State reverse: boolean = false
346 .state(this.state).reverse(this.reverse)
377 Button('reverse').width(100).padding(5).onClick(() => {
378 this.reverse = !this.reverse