XIconData constructor

XIconData(
  1. String uri, {
  2. XIconType? type,
})

Implementation

XIconData(this.uri, {XIconType? type})
    : this._explicitType = type,
      super(
        _fetchIconDataForConstructor(uri).codePoint,
        fontFamily: _fetchIconDataForConstructor(uri).fontFamily,
        fontPackage: _fetchIconDataForConstructor(uri).fontPackage,
      );