TextPageContent class
A model class to describe text page's card content. The card will display a subtitle, a title and a description text.
Constructors
- TextPageContent({String? subtitle, required String title, required String text})
-
Creates a TextPageContent data object.
const
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