choices top-level property

List<String> choices
getter/setter pair

Default option of graph view

Implementation

List<String> choices = <String>[
  WidgetBaseLanguage.optionsDownloadImage,
  WidgetBaseLanguage.optionsDownloadPDF,
];