build abstract method

Widget build(
  1. BuildContext context,
  2. T box
)

Builds the view's widget tree.

Implementation

Widget build(BuildContext context, T box);