builder abstract method

Widget builder(
  1. BuildContext context,
  2. T model
)

Implementation

Widget builder(BuildContext context, T model);