primaryDrags property
final
Count of a currently happening drags of the primary videos used to determine if any drag happened at all and to display secondary view hint.
Implementation
final RxInt primaryDrags = RxInt(0);
Count of a currently happening drags of the primary videos used to determine if any drag happened at all and to display secondary view hint.
final RxInt primaryDrags = RxInt(0);