MatexFinancialSelectPivotPointsMethodsField constructor

const MatexFinancialSelectPivotPointsMethodsField({
  1. Key? key,
  2. required ValueChanged<FastItem<MatexPivotPointsMethods>?> onSelectionChanged,
  3. bool canClearSelection = true,
  4. bool isEnabled = true,
  5. MatexPivotPointsMethods? selection,
})

Implementation

const MatexFinancialSelectPivotPointsMethodsField({
  super.key,
  required this.onSelectionChanged,
  this.canClearSelection = true,
  this.isEnabled = true,
  this.selection,
});