build abstract method

  1. @protected
Widget build(
  1. BuildContext context
)

Represents the part of the Widget that defines the UI. This is called by the Framework when the widget is created and whenever the widget needs updating.

Implementation

@protected
Widget build(BuildContext context);