build abstract method

  1. @protected
Widget build(
  1. BuildContext context,
  2. List<Widget>? children
)

Subclasses should override this function to display the given children, which are the parsed representation of data.

Implementation

@protected
Widget build(BuildContext context, List<Widget>? children);