hint property

  1. @override
String get hint
override

Returns a text-represented hint for this CallButton.

Implementation

@override
String get hint => c.isMobile
    ? 'btn_call_switch_camera_desc'.l10n
    : 'btn_call_switch_camera'.l10n;