isSliver property

bool isSliver

Implementation

bool get isSliver {
  return this is SliverListConfig<T>;
}