I am using translator library in flutter import 'package:translator/translator.dart';
I'm trying to add this translation in my widget
child: ListTile(
title: Text(
translator.translate('Help', to :"it"),
style: TextStyle(fontSize: 15),
),
But i get the convertion error i searched through several articles but could not find a fix fo it
The future is inside the text and it cant be converted