DefaultTextImpl class

Implemented types

Constructors

DefaultTextImpl()

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
override
h2(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
h3(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
h4(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
h5(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
highLight1(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
highLight2(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
inputDecorationLabel(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
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
override
text(AppModel app, BuildContext context, String data, {TextAlign? textAlign, int? maxLines, bool? softWrap}) Widget
override
toString() String
A string representation of this object.
inherited

Operators

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