toNutriGradeWidgetu method
Implementation
Widget toNutriGradeWidgetu({double? width, double? height}) => Opacity(
opacity: 1.0,
child: Image.asset(
'assets/TruthIn-Ratings/nutri-score/nutri_grade_$this.png',
width: width ?? 129.0,
height: height ?? 100.0,
fit: BoxFit.fitWidth,
package: 'truthinscanner',
),
);