CircleIconDesignWidget constructor

const CircleIconDesignWidget({
  1. Key? key,
  2. List<Color>? colors,
  3. String? image,
})

Implementation

const CircleIconDesignWidget({super.key, this.colors, this.image});