build abstract method

  1. @protected
Widget build(
  1. BuildContext context,
  2. T model
)

Builds the UI from the given model.

Implementation

@protected
Widget build(BuildContext context, T model);