menu
flutter_i18n
I18nText
I18nText
I18nText constructor
I18nText
brightness_4
brightness_5
I18nText
constructor
I18nText
(
String
_key
,
{
Text
child
=
_default_text
,
String
?
fallbackKey
,
Map
<
String
,
String
>
?
translationParams
}
)
Implementation
I18nText(this._key, {this.child = _default_text, this.fallbackKey, this.translationParams});
flutter_i18n
I18nText
I18nText
I18nText constructor
I18nText class
Constructors
I18nText
Properties
child
fallbackKey
hashCode
key
runtimeType
translationParams
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==