textWithOptions method
String
textWithOptions({
- TranslationButtonType type = TranslationButtonType.flagAndNameInEn,
- bool markAsDefault = false,
- TextureIcons selectedIcon = TextureIcons.none,
Implementation
String textWithOptions({
TranslationButtonType type = TranslationButtonType.flagAndNameInEn,
bool markAsDefault = false,
TextureIcons selectedIcon = TextureIcons.none,
}) {
return type.text(
this,
markAsDefault: markAsDefault,
selectedIcon: selectedIcon,
);
}