IconToText constructor

const IconToText(
  1. IconData? icon, {
  2. Key? key,
  3. TextStyle? style,
  4. double? size,
  5. Color? color,
})

Implementation

const IconToText(
  this.icon, {
  Key? key,
  this.style,
  this.size,
  this.color,
}) : super(key: key);