Runtime environment passed to UI adapters.
@type t() :: %Incant.UI.Env{ adapter: module(), admin: module() | nil, assigns: map(), base_path: String.t(), context: map() | nil, debug: boolean(), density: atom(), flash: map(), locale: String.t() | nil, theme: map() | nil, timezone: String.t() | nil }