FlyTracking<T> mixin
Mixin that provides Tailwind-like tracking methods for any widget
Properties
Methods
-
applyTracking(
BuildContext context, TextStyle? baseStyle) → TextStyle - Applies tracking styling to a TextStyle using the resolved value
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveTracking(
BuildContext context) → double? - Resolves tracking styling from FlyStyle and FlyThemeData into double
-
toString(
) → String -
A string representation of this object.
inherited
-
tracking(
dynamic value) → T - Set letter spacing - accepts int, double, or String (token name like 'tight', 'normal', 'wide')
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited