isScrollable property
bool
get
isScrollable
Whether BlocxCollectionScrollableMixin is applied.
Implementation
bool get isScrollable => this is BlocxCollectionScrollableMixin<T, P>;
Whether BlocxCollectionScrollableMixin is applied.
bool get isScrollable => this is BlocxCollectionScrollableMixin<T, P>;