Icon constructor

const Icon(
  1. int codePoint, {
  2. double size = 16,
  3. String? color,
})

Icon API.

Implementation

const Icon(this.codePoint, {this.size = 16, this.color});