Example


import 'package:mh_ui/mh_ui.dart';
//create a CustomNetworkImage example
CustomNetworkImage(
  networkImagePath: 'https://www.example.com/image.jpg',
  width: 100,
  height: 100,
),