build()
Creates and initializes a new view instance.
build(): TView;
Return value
A fully initialized view instance
Description
This method creates a new instance of the view class and runs all configuration callbacks.
Related
class Initializer static
A class that handles the initialization and configuration of views, as part of a view builder.
