Suggest App Bar Item View
open class SuggestAppBarItemView @JvmOverloads constructor(context: Context, attributeSet: AttributeSet? = null) : SuggestAppBarView
A view representing a single suggestion or action page within a ViewPager2, extending SuggestAppBarView. This class provides functionality for handling title, close button, and bottom layout elements. It also manages resource updates based on the current theme (light or dark) and applies font scaling for accessibility.
Parameters
context
The Context the view is running in, through which it can access the current theme, resources, etc.
attribute Set
The attributes of the XML tag that is inflating the view.