TImage constructor
const
TImage({
- Key? key,
- ImageProvider<
Object> ? picture, - bool stretch = false,
- bool proportional = false,
- bool center = false,
- bool transparent = false,
- double? width,
- double? height,
- VoidCallback? onClick,
Implementation
const TImage({
super.key,
this.picture,
this.stretch = false,
this.proportional = false,
this.center = false,
this.transparent = false,
this.width,
this.height,
this.onClick,
});