ChartAction constructor

const ChartAction({
  1. ChartActionType inputType = ChartActionType.TEXT,
  2. List<String> inputSource = const <String>[],
  3. String enteredValue = "",
})

Implementation

const ChartAction({this.inputType = ChartActionType.TEXT, this.inputSource = const <String>[], this.enteredValue = ""});