WhenComponent constructor

WhenComponent({
  1. required Expression when,
  2. required Expression then,
})

Implementation

WhenComponent({required this.when, required this.then});