translationKey property
String
get
translationKey
Translation key for humanized label.
Implementation
String get translationKey => switch (this) {
softPan => 'spatialSoftPan',
hardPan => 'spatialHardPan',
crossfade => 'spatialCrossfade',
orbit => 'spatialOrbit',
centered => 'spatialCentered',
};