create

@NotNull
fun create(): T

Creates a new instance of the AppBarView.

This method uses reflection to find the first constructor of the AppBarView class and calls it with the context and null as arguments.

Return

A new instance of the AppBarView.