AssetIcon constructor

const AssetIcon({
  1. String? regular,
  2. String? solid,
  3. String? bold,
})

Implementation

const AssetIcon({
  super.regular,
  super.solid,
  super.bold,
});