Lines Matching refs:isFinished
92 @State isFinished: boolean = false;
106 if (this.isFinished) {
121 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
128 this.isFinished = !this.isFinished;
166 @Link isFinished: boolean;
172 this.isFinished = !this.isFinished;
186 @Prop isFinished: boolean;
191 if (this.isFinished) {
206 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
213 this.isFinished = !this.isFinished;
220 @Prop isFinished: boolean;
225 if (this.isFinished) {
240 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
247 this.isFinished = !this.isFinished;
255 @State isFinished: boolean = false;
263 AllChooseComponent({isFinished: this.isFinished})
266 ThingsComponent1({isFinished: this.isFinished})
269 ThingsComponent2({isFinished: this.isFinished})
304 @Link isFinished: boolean;
310 this.isFinished = !this.isFinished;
324 @Prop isFinished: boolean;
329 if (this.isFinished) {
344 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
349 .opacity(this.isFinished ? 0.3: 1)
355 this.isFinished = !this.isFinished;
363 @State isFinished: boolean = false;
380 AllChooseComponent({isFinished: this.isFinished})
385 ThingsComponent({isFinished: this.isFinished, things: item})
437 @Link isFinished: boolean;
443 this.isFinished = !this.isFinished;
457 @Prop isFinished: boolean;
465 this.isFinished = !this.isFinished;
472 if (this.isFinished) {
483 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
491 .opacity(this.isFinished ? 0.3: 1)
502 @State isFinished: boolean = false;
511 AllChooseComponent({isFinished: this.isFinished})
516 ThingsComponent({isFinished: this.isFinished, things: item})
617 @State isFinished: boolean = false;
627 MultiChooseComponent({isFinished: this.isFinished})
633 ThingsComponent({isFinished: this.isFinished, things: item})
672 @Link isFinished: boolean;
678 this.isFinished = !this.isFinished;
696 @Prop isFinished: boolean;
704 this.isFinished = !this.isFinished;
711 if (this.isFinished) {
722 … .decoration({type: this.isFinished ? TextDecorationType.LineThrough : TextDecorationType.None})
730 .opacity(this.isFinished ? 0.3: 1)