UikTextRadioButtonProps constructor

UikTextRadioButtonProps({
  1. double marginBottom = 0.0,
  2. double marginLeft = 0.0,
  3. double marginRight = 0.0,
  4. double marginTop = 0.0,
})

Implementation

UikTextRadioButtonProps({
  this.marginBottom = 0.0,
  this.marginLeft = 0.0,
  this.marginRight = 0.0,
  this.marginTop = 0.0,
});