ZdsTagsList constructor

const ZdsTagsList(
  1. {Key? key,
  2. List<ZdsTag>? items,
  3. Axis direction = Axis.vertical,
  4. double horizontalSpace = 8,
  5. double verticalSpace = 6}
)

Creates a list of ZdsTag.

Implementation

const ZdsTagsList