build abstract method
- BuildContext context,
- T model
Builds the UI according to the state in model
.
Implementation
Widget build(BuildContext context, T model);
Builds the UI according to the state in model
.
Widget build(BuildContext context, T model);