blobScale property
double
get
blobScale
Implementation
double get blobScale {
switch (this) {
case OrbState.idle: return 1.00;
case OrbState.listening: return 1.15;
case OrbState.thinking: return 1.05;
case OrbState.speaking: return 1.20;
}
}