opening property
bool
get
opening
Whether the user was in the process to open the Slidable
.
Implementation
bool get opening => direction == GestureDirection.opening;
Whether the user was in the process to open the Slidable
.
bool get opening => direction == GestureDirection.opening;