render()
Creates and renders the encapsulated view body, if any.
render(callback: RenderContext.RenderCallback): void;
Notes
- This method is called automatically whenever required. It’s not necessary to invoke this method from an application.
- This method may be overridden to render custom platform-dependent content.
Related
class Widget
A base class that represents a reusable UI component with encapsulated state.
