FieldRowRF constructor

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

Implementation

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