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