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