VTextList constructor

const VTextList({
  1. Key? key,
  2. required List<String> items,
  3. dynamic separator,
})

Implementation

const VTextList({super.key, required this.items, this.separator});