19declare(strict_types=1);
33 public function shy(
string $title):
Shy
35 return new Shy($title);
38 public function group(
string $title, array $items):
Group
40 return new Group($title, $items);
Builds a Color from either hex- or rgb values.
notification($title, Icon $icon)
group(string $title, array $items)
Common interface to item groups.
This describes how an icon could be modified during construction of UI.