build abstract method

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

Describes the part of the user interface represented by this widget.

Implementation

@protected
Widget build(BuildContext context);