IntroAssetsImage constructor

const IntroAssetsImage({
  1. Key? key,
  2. required String path,
  3. BorderRadius? borderRadius,
})

Implementation

const IntroAssetsImage({
  Key? key,
  required this.path,
  this.borderRadius,
}) : super(key: key);