IconData constructor

const IconData(
  1. int codePoint, {
  2. bool matchTextDirection = false,
})

Creates icon data.

Implementation

const IconData(this.codePoint, {this.matchTextDirection = false});