buildWidget abstract method
Builds the widget for this component.
context The build context.
Returns the widget tree that represents this component visually.
Implementation
Widget buildWidget(BuildContext context);
Builds the widget for this component.
context The build context.
Returns the widget tree that represents this component visually.
Widget buildWidget(BuildContext context);