build abstract method

  1. @protected
Widget build(
  1. BuildContext context
)

Builds the widget content for this cache.

This method is called by the element's build method and should return the widget tree to display.

Implementation

@protected
Widget build(BuildContext context);