context property

BuildContext context

Returns the BuildContext of the MarkdownWidget.

The context will be passed down to the MarkdownElementBuilder.visitElementBefore method and allows elements to get information from the context.

Implementation

BuildContext get context;