build abstract method
Builds the layout for the content item. This transforms the content into a Flutter Widget.
Implementation
Widget build(BuildContext context, T content);
Builds the layout for the content item. This transforms the content into a Flutter Widget.
Widget build(BuildContext context, T content);