build abstract method

Widget build(
  1. BuildContext context,
  2. Widget child,
  3. ContentItem content
)

Builds the modifier widget tree for the given content item.

This method is called by the content system to apply the modifier to the content item's widget tree.

Implementation

Widget build(BuildContext context, Widget child, ContentItem content);