CircleButtonText constructor

const CircleButtonText(
  1. String text, {
  2. Key? key,
  3. double? radius,
  4. Color? color,
})

Implementation

const CircleButtonText(
  this.text, {
  Key? key,
  this.radius,
  this.color,
}) : super(key: key);