AppImageAssets constructor

const AppImageAssets(
  1. String assets, {
  2. Key? key,
  3. required double height,
  4. required double width,
  5. BoxFit? fit,
})

Implementation

const AppImageAssets(this.assets,
    {super.key, required this.height, required this.width, this.fit});