CircleButtonText constructor

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

Implementation

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