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