closeWhenScrolling property

bool closeWhenScrolling
final

Close actions When you scroll the ListView . default value = true

当你滚动(比如ListView之类的时候,这个item将会关闭拉出的actions,默认为true

Implementation

final bool closeWhenScrolling;