wheels property

The controllers for the individual picker wheels.

The controllers are ordered:

  • from left to right if the current text direction is LTR
  • from right to left if the current text direction is RTL

Contract

Reading the controllers before this FPickerController is attached to a FPicker is undefined behavior.

Modifying wheels is undefined behavior.

Implementation

final List<FixedExtentScrollController> wheels = [];