loadImageFromAssets abstract method

Widget loadImageFromAssets({
  1. required String resId,
  2. double? width,
  3. double? height,
  4. Color? color,
})

Implementation

Widget loadImageFromAssets(
    {required String resId, double? width, double? height, Color? color});