GiantToadIcon constructor

const GiantToadIcon(
  1. IconData icon, {
  2. Key? key,
  3. double? size,
})

Implementation

const GiantToadIcon(this.icon, {super.key, this.size});