MTipRow constructor
MTipRow({
- required String image,
- required String tipText,
- List<
String> ? highLightText, - VoidCallback? onTap,
Implementation
MTipRow({
required this.image,
required this.tipText,
this.highLightText,
this.onTap,
});