alignment property

Alignment get alignment

Resolves this corner to an Alignment for a Stack / Align.

Implementation

Alignment get alignment => switch (this) {
      VoicebotCorner.bottomRight => Alignment.bottomRight,
      VoicebotCorner.bottomLeft => Alignment.bottomLeft,
      VoicebotCorner.topRight => Alignment.topRight,
      VoicebotCorner.topLeft => Alignment.topLeft,
    };