inflate

open override fun inflate()

Inflates the layout using the sesl_app_bar_suggest.xml resource and adds it as a child view.

This method initializes the main components of the inflated layout:

  • Title view

  • Close button

  • Bottom layout (for action buttons)

It also disables hover popups for the close button (if present) and updates resources based on the current theme.

This method is called during this view's initialization.