UFUText class

Inheritance

Constructors

UFUText.new({required String text, UFUTextSize? textSize = UFUTextSize.heading4, UFUFontWeight? fontWeight = UFUFontWeight.regular, Color? textColor, TextOverflow? overflow, TextAlign textAlign = TextAlign.center, int? maxLine, TextDecoration? textDecoration, Color? decorationColor, double? letterSpacing, double? dynamicFontSize, double? height, bool isSelectable = false, FontStyle fontStyle = FontStyle.normal, Key? key})
const

Properties

decorationColor Color?
Defines decorationColor JPAppTheme.themeColors.text of a text.
final
dynamicFontSize double?
final
fontStyle FontStyle
fontStyle give text italic or normal style
final
fontWeight UFUFontWeight?
Defines fontFamily of a text. Defines fontWeight of a text.
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
isSelectable bool
isSelectable makes text interactive, default value is false
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
letterSpacing double?
final
maxLine int?
Defines maxLine of a text.
final
overflow TextOverflow?
Defines overflow of a text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
Defines text of a text.
final
textAlign TextAlign
Defines textAlign of a text.
final
textColor Color?
Defines textColor JPAppTheme.themeColors.text of a text.
final
textDecoration TextDecoration?
Defines text decoration
final
textSize UFUTextSize?
Defines textSize of a text.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
getText(String text) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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