menu
flutter_animator package
documentation
utils/pair.dart
Pair<A, B>
Pair constructor
Pair constructor
dark_mode
light_mode
Pair<
A
,
B
>
constructor
Pair<
A
,
B
>
(
A
a
,
B
b
)
Implementation
Pair(this.a, this.b);
flutter_animator package
documentation
utils/pair
Pair<A, B>
Pair constructor
Pair class