TextPlus class

Inheritance

Constructors

TextPlus(String? text, {Key? key, int? maxLines, TextOverflow? textOverflow, TextAlign textAlign = TextAlign.left, TextDirection textDirection = TextDirection.ltr, Color? color = Colors.black, double? fontSize, FontWeight fontWeight = FontWeight.normal, FontStyle fontStyle = FontStyle.normal, Color? backgroundColor, double? letterSpacing, double? wordSpacing, double? height, String? fontFamily, String? mask, bool isCenter = false, bool isExpanded = false, TextDecorationPlus? textDecorationPlus, List<ShadowPlus>? textShadows, EdgeInsets padding = EdgeInsets.zero, EdgeInsets margin = EdgeInsets.zero, dynamic onTap()?, dynamic onLongPress()?, double? width, BorderPlus? backgroundBorder, List<ShadowPlus>? backgroundShadows, List<InnerShadowPlus>? backgroundInnerShadows, GradientPlus? backgroundGradient, RadiusPlus? backgroundRadius})

Properties

backgroundBorder BorderPlus?
TextPlus border
final
backgroundColor Color?
TextPlus backgroundColor
final
backgroundGradient GradientPlus?
TextPlus gradient
final
backgroundInnerShadows List<InnerShadowPlus>?
TextPlus innerShadows
final
backgroundRadius RadiusPlus?
TextPlus radius
final
backgroundShadows List<ShadowPlus>?
TextPlus shadows
final
color Color?
TextPlus color
final
fontFamily String?
TextPlus fontFamily
final
fontSize double?
TextPlus fontSize
final
fontStyle FontStyle
TextPlus fontStyle
final
fontWeight FontWeight
TextPlus fontWeight
final
hashCode int
The hash code for this object.
no setterinherited
height double?
TextPlus height
final
isCenter bool
TextPlus inside Center widget
final
isExpanded bool
TextPlus inside Expanded widget
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
letterSpacing double?
TextPlus letterSpacing
final
margin EdgeInsets
TextPlus margin
final
mask String?
TextPlus mask -> ###.###.###-##
final
maxLines int?
TextPlus maxLines
final
onLongPress → (dynamic Function()?)
TextPlus onLongPress action
final
onTap → (dynamic Function()?)
TextPlus onTap action
final
padding EdgeInsets
TextPlus padding
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
TextPlus text
final
textAlign TextAlign
TextPlus textAlign
final
textDecorationPlus TextDecorationPlus?
TextPlus textDecorationPlus
final
textDirection TextDirection
TextPlus textDirection
final
textOverflow TextOverflow?
TextPlus textOverflow
final
textShadows List<ShadowPlus>?
TextPlus textShadows
final
textStyle TextStyle
no setter
width double?
TextPlus width
final
wordSpacing double?
TextPlus wordSpacing
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
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}) 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