theming property
$Client
get
theming
Client for the theming APIs.
Implementation
$Client get theming => _theming[this] ??= $Client.fromClient(this);
Client for the theming APIs.
$Client get theming => _theming[this] ??= $Client.fromClient(this);