BlocxCollectionEventScrollToIdentifier<T extends BlocxBaseEntity> constructor

BlocxCollectionEventScrollToIdentifier<T extends BlocxBaseEntity>({
  1. required String identifier,
  2. bool highlightItem = false,
})

Implementation

BlocxCollectionEventScrollToIdentifier({required this.identifier, this.highlightItem = false});