pushFun property

get push

Implementation

static FlListWheelPickerPushCallback get pushFun {
  assert(push != null, 'You must first assign a value to "push"');
  return push!;
}