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