errorBuilder property

BBCodeErrorWidgetBuilder? errorBuilder
final

The error builder that's used when something went wrong during the parsing of the BBCode.

When the errorBuilder is left as NULL parse failures will either result in:

  1. An error widget when in debug mode.
  2. An text widget with the original text when not in debug mode.

Implementation

final BBCodeErrorWidgetBuilder? errorBuilder;