SymbolTapeStrategy class sealed

Defines the strategy to create the tape of character symbols to interpolate to and from.

Implementers

Constructors

SymbolTapeStrategy([bool repeatCharacters = true])
Creates a new SymbolTapeStrategy with the given repeatCharacters property.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
repeatCharacters bool
If repeatCharacters is true, it means that characters that are repeated between interpolations in the tape of each character will be repeated instead of optimized to only render once. eg: Interpolating between World and Whale, the W and l will both be rendered and animated to roll twice instead of just once.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(String a, String b) String
Builds the tape of characters to interpolate to and from.
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