StyledHintBuilder class

Builds a hint widget based on given hintText and a hintTextStyleBuilder.

Constructors

StyledHintBuilder({AttributedText? hintText, AttributionStyleBuilder hintTextStyleBuilder = defaultHintStyleBuilder})

Properties

hashCode int
The hash code for this object.
no setterinherited
hintText AttributedText?
Text displayed when the text field has no content.
final
hintTextStyleBuilder AttributionStyleBuilder
Text style factory that creates styles for the hintText, which is displayed when textController is empty.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
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