ByteArrayAndroidIcon constructor

const ByteArrayAndroidIcon(
  1. Uint8List _icon
)

Constructs an instance of FlutterBitmapAssetAndroidIcon.

Implementation

const ByteArrayAndroidIcon(this._icon);