WaStringWidget class abstract

An abstract class representing a basic widget that provides an HTML layout as a string.

The WaStringWidget class serves as a base class for widgets that involve generating or managing HTML content in string format. It defines a single layout property that can be used by subclasses to provide a default or customizable HTML structure.

Constructors

WaStringWidget.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
layout String
The default HTML layout used by this widget.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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