menu
arcane package
documentation
shadcn/animation.dart
Transformers
typeDouble property
typeDouble property
dark_mode
light_mode
typeDouble
property
PropertyLerp
<
double
>
typeDouble
getter/setter pair
Implementation
static PropertyLerp<double> typeDouble = (a, b, t) => a + (b - a) * t;
arcane package
documentation
shadcn/animation
Transformers
typeDouble property
Transformers class