constant/image_view library
Functions
-
onAssetImage(
{required String imagePath, double size = 24, double? width, double? height, BoxFit fit = BoxFit.contain}) → Widget -
onNetworkImage(
{required String imagePath, double size = 24, double? width, double? height, BoxFit fit = BoxFit.cover}) → Widget -
onSvgPicture(
{required String imagePath, double size = 24, double? width, double? height, Color? color}) → Widget