HubbleIcon constructor

const HubbleIcon(
  1. IconData icon, {
  2. Key? key,
  3. double size = 24,
  4. Color? color,
})

Implementation

const HubbleIcon(
  this.icon, {
  Key? key,
  this.size = 24,
  this.color,
}) : super(key: key);