buildContent abstract method

  1. @protected
Widget buildContent(
  1. BuildContext context,
  2. T item
)

Render the visual representation of this item.

Implementation

@protected
Widget buildContent(BuildContext context, T item);