hint property

  1. @override
String get hint
override

Returns a text-represented hint for this ChatButton.

Implementation

@override
String get hint =>
    PlatformUtils.isAndroid ? 'btn_take_photo'.l10n : 'btn_camera'.l10n;