CatalogList constructor

const CatalogList({
  1. Key? key,
  2. double size = 14,
})

Implementation

const CatalogList({
  Key? key,
  this.size = 14,
}) : super(key: key);