imageAsset method

dynamic imageAsset(
  1. String name
)

Implementation

imageAsset(String name) => asset(name).imageAsset ?? asset(name).svgAsset;