PageLayout class abstract

A layout for a page.

A page layout is responsible for wrapping the content of a page in a layout. This may include adding a header, footer, or sidebar to the page.

When more than one layout is provided to the page's PageConfig, the layout's name pattern is used to determined which layout to choose for a page.

See also:

Implementers

Constructors

PageLayout()

Properties

hashCode int
The hash code for this object.
no setterinherited
name Pattern
The name pattern that the layout matches.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildLayout(Page page, Component child) → Component
Builds the layout for the given page and child component.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited