Radio constructor

const Radio({
  1. bool value = false,
  2. double size = 12,
  3. String activeColor = '1B5E20',
})

Radio API.

Implementation

const Radio({
  this.value = false,
  this.size = 12,
  this.activeColor = '1B5E20',
});