AssetWidget constructor

const AssetWidget({
  1. Key? key,
  2. required Asset? asset,
  3. double? height,
  4. double? width,
})

Implementation

const AssetWidget({Key? key, required this.asset, this.height, this.width})
    : super(key: key);