CircleButtonText constructor

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

Implementation

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