IntroAssetsImage constructor
const
IntroAssetsImage({
- Key? key,
- required String path,
- BorderRadius? borderRadius,
Implementation
const IntroAssetsImage({
Key? key,
required this.path,
this.borderRadius,
}) : super(key: key);