ChatRadio constructor

const ChatRadio({
  1. Key? key,
  2. bool checked = false,
  3. bool showRadio = false,
})

Implementation

const ChatRadio({
  Key? key,
  this.checked = false,
  this.showRadio = false,
}) : super(key: key);