menu
presentation package
documentation
effects.dart
ParallaxImage
ParallaxImage const constructor
ParallaxImage const constructor
dark_mode
light_mode
ParallaxImage
constructor
const
ParallaxImage
(
String
asset
, {
Key
?
key
,
})
Implementation
const ParallaxImage( this.asset, { Key? key, }) : super(key: key);
presentation package
documentation
effects
ParallaxImage
ParallaxImage const constructor
ParallaxImage class