layout property

String layout
final

The default HTML layout used by this widget.

This layout is represented as a string and is intended to be extended or overridden by subclasses to provide custom HTML content.

Implementation

final String layout = '<html></html>';