AssetIcon constructor

const AssetIcon(
  1. String path, {
  2. bool isMonochrome = true,
})

Implementation

const AssetIcon(this.path, {this.isMonochrome = true});