roundItemIcons = $roundItemIcons; } /** * Get the default set of options * * @return WidgetOptions * @since 25.0.0 */ public static function getDefault(): WidgetOptions { return new WidgetOptions(false); } /** * Whether the clients should render icons for widget items as round icons * * @return bool * @since 25.0.0 */ public function withRoundItemIcons(): bool { return $this->roundItemIcons; } }