build abstract method

Widget build(
  1. BuildContext context,
  2. T element
)

Returns a Widget which gives element a visual representation in the Window.

This method is called when an element needs a visual representation for the first time and whenever the element notifies its listeners that it has changed.

Implementation

Widget build(BuildContext context, T element);