hint property
override
Returns a text-represented hint for this ChatButton.
Implementation
@override
String get hint =>
PlatformUtils.isAndroid ? 'btn_take_photo'.l10n : 'btn_camera'.l10n;
Returns a text-represented hint for this ChatButton.
@override
String get hint =>
PlatformUtils.isAndroid ? 'btn_take_photo'.l10n : 'btn_camera'.l10n;