SelectText constructor

const SelectText({
  1. Key? key,
  2. bool isSelect = true,
  3. String? title,
})

Implementation

const SelectText({
  Key? key,
  this.isSelect: true,
  this.title,
}) : super(key: key);