A transition between states.
@type t() :: %Boxart.Render.StateDiagram.Transition{ from: String.t(), label: String.t(), to: String.t() }