build abstract method

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

Same functionality as StatelessWidget.build. E.g., override this function to define the interface.

Implementation

@protected
Widget build(BuildContext context);