build abstract method

Widget build(
  1. Context context
)

Returns the UI content to be painted on the screen.

Implementation

Widget build(final Context context);