buildList method

List<Widget>? buildList(
  1. BuildContext context
)

Create your webpage or web screen

Implementation

List<Widget>? buildList(BuildContext context) => null;