build abstract method

Widget build(
  1. BuildContext context
)

Builds the widget's user interface.

Override this method to provide the widget's UI representation. The context parameter provides the current build context.

Implementation

Widget build(BuildContext context);