settings property

CollectionInput get settings

Implementation

CollectionInput get settings => CollectionInput(
  type: CollectionWidgetStateType.animatedList,
  options: AnimatedInfiniteListOptions.defaultOptions(),
);