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
Properties
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