RowRF constructor

const RowRF(
  1. dynamic controls, [
  2. List<int>? flex,
  3. double x = 25,
  4. double y = 10,
])

Implementation

const RowRF(this.controls, [this.flex, this.x = 25, this.y = 10]);