cancel property

String get cancel

Implementation

String get cancel {
  if (language == french) return '(FR) Cancel';
  return 'Cancel';
}