build()
Creates a new instance of the widget along with its body.
build(): TView;
Return value
A newly created and initialized widget instance
Related
interface Widget.Builder static
A builder interface for widgets created by Widget.builder().
Creates a new instance of the widget along with its body.
build(): TView;
A newly created and initialized widget instance