HasText class abstract

Implementers

Constructors

HasText()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

h1(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
h2(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
h3(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
h4(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
h5(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
highLight1(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
highLight2(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
inputDecorationLabel(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
smallText(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
text(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
toString() String
A string representation of this object.
inherited

Operators

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