menu
keyscope package
documentation
i18n.dart
I18n
editItemAt method
editItemAt method
dark_mode
light_mode
editItemAt
method
String
editItemAt
(
{
required
String
index
,
})
Implementation
String editItemAt({required String index}) => _getText("editItemAt").replaceAll(r"%index$s", index);
keyscope package
documentation
i18n
I18n
editItemAt method
I18n class