Icon constructor
Icon(
- IconData icon, {
- double? size,
- PdfColor? color,
- TextDirection? textDirection,
- Font? font,
Creates an icon.
Implementation
Icon(this.icon, {this.size, this.color, this.textDirection, this.font})
: super();