CircleButtonText constructor

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

Implementation

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