hint property
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;
Returns a text-represented hint for this CallButton.
@override
String get hint =>
c.isMobile
? 'btn_call_switch_camera_desc'.l10n
: 'btn_call_switch_camera'.l10n;