build abstract method
Builds the layout widget tree for the given content item.
This method is called by the content system to render the content item with the specified layout.
Implementation
Widget build(BuildContext context, T content);
Builds the layout widget tree for the given content item.
This method is called by the content system to render the content item with the specified layout.
Widget build(BuildContext context, T content);