Interface InflateContext

interface InflateContext {
    layout: core.LayoutData;
    layoutVersion: number;
    migrations: ApplicationShellLayoutMigration[];
    parent?: Widget;
}

Hierarchy (view full)

Properties

A layout to be inflated.

layoutVersion: number

A resolved version of a current layout.

parent?: Widget

A parent widget is to be inflated. undefined if the application shell