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