TextEffect class abstract

Abstract base class for all text effects.

This interface defines the contract for rendering text effects. Implementations should handle the visual rendering of effects.

Constructors

TextEffect()

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

build(String text, {TextStyle? style, TextAlign? textAlign, TextDirection? textDirection, int? maxLines, TextOverflow? overflow}) Widget
Renders the text with the applied effect.
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