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