MatexFinancialSelectPivotPointsMethodsField constructor
const
MatexFinancialSelectPivotPointsMethodsField({
- Key? key,
- required ValueChanged<
FastItem< onSelectionChanged,MatexPivotPointsMethods> ?> - bool canClearSelection = true,
- bool isEnabled = true,
- MatexPivotPointsMethods? selection,
Implementation
const MatexFinancialSelectPivotPointsMethodsField({
super.key,
required this.onSelectionChanged,
this.canClearSelection = true,
this.isEnabled = true,
this.selection,
});