buildWidget abstract method

Widget buildWidget(
  1. BuildContext context
)

Builds the widget for this component.

context The build context. Returns the widget tree that represents this component visually.

Implementation

Widget buildWidget(BuildContext context);