Component is an abstract Widget implementation that can be used instead of manually implementing the whole interface.
children is an array of content passed to this Component.
view for this Component.
The render method by default returns the render result of this View.
Generated using TypeDoc
Component is an abstract Widget implementation that can be used instead of manually implementing the whole interface.