BsImage constructor
const
BsImage({})
Creates a Bootstrap image.
Implementation
const BsImage({
super.key,
required this.image,
this.fluid = false,
this.thumbnail = false,
this.rounded = false,
this.circle = false,
this.alignment,
this.width,
this.height,
this.fit,
this.semanticLabel,
});