BlinkText class

Constructors

BlinkText(String data, {dynamic key, dynamic style, dynamic strutStyle, dynamic textAlign, dynamic textDirection, dynamic locale, bool? softWrap, dynamic overflow, double? textScaleFactor, int? maxLines, dynamic beginColor, dynamic endColor, Duration? duration, int? times})
Creates a BlinkText widget
const

Properties

beginColor → dynamic
Begin color, it overrides color in style
final
data String
The text to display.
final
duration Duration?
Duration of blinking animation
final
endColor → dynamic
End color, default value is Colors.transparent
final
hashCode int
The hash code for this object.
no setterinherited
locale → dynamic
Used to select a font when the same Unicode character can be rendered differently, depending on the locale.
final
maxLines int?
An optional maximum number of lines for the text to span, wrapping if necessary. If the text exceeds the given number of lines, it will be truncated according to overflow.
final
overflow → dynamic
How visual overflow should be handled.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softWrap bool?
Whether the text should break at soft line breaks.
final
strutStyle → dynamic
final
style → dynamic
If non-null, the style to use for this text.
final
textAlign → dynamic
How the text should be aligned horizontally.
final
textDirection → dynamic
The directionality of the text.
final
textScaleFactor double?
The number of font pixels for each logical pixel.
final
times int?
Times of blinking animation
final

Methods

createState() BlinkTextState
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