Image
Displays an image, many formats supported (.png, .jpg, .jpeg, .svg, .svg.vec) and more.
Local
const ShadImage( 'assets/banner.png', height: 100, fit: BoxFit.fitHeight,)
Remote
const ShadImage.square( 'https://avatars.githubusercontent.com/u/124599?v=4', size: 50,)
Svg
const ShadImage.square( 'assets/flutter.svg', size: 50,)