statusLabels property

(String, String)? statusLabels
final

Optional (off, on) status words shown after the control in monospace (e.g. ('OFFLINE', 'ONLINE')); the active word is highlighted.

Implementation

final (String off, String on)? statusLabels;