getIconData method

IconData getIconData()

Implementation

IconData getIconData() {
  switch (this) {
    case CodeViewAction.copy:
      return Icons.content_copy;
    case CodeViewAction.save:
      return Icons.save;
  }
}