ItemizedText constructor

const ItemizedText(
  1. List<Text> texts, {
  2. Key? key,
  3. String bullet = '・',
})

Implementation

const ItemizedText(
  this.texts, {
  super.key,
  this.bullet = '・',
});