build method

  1. @Deprecated('Use .resolve instead.')
TextStyleHtml build(
  1. BuildContext context
)

Builds a TextStyleHtml by calling queued callbacks.

Implementation

@Deprecated('Use .resolve instead.')
TextStyleHtml build(BuildContext context) => resolve(context);