build abstract method

  1. @Deprecated("Will be removed in the next major release.")
Widget? build()

Builds the UI.

This method is responsible for building the user interface (UI) based on the current state of the UI driver. It creates and returns a widget that represents the UI to be rendered on the screen.

Returns: The widget representing the UI.

Implementation

@Deprecated("Will be removed in the next major release.")
Widget? build();