buildContent abstract method

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

Implement this in subclasses to build the core content of the tab.

Implementation

@protected
Widget buildContent(BuildContext context);