children abstract method

List<Widget> children(
  1. BuildContext context
)

The methode that returns the children of LeanSpacedColumn in LeanListScreen.

Implementation

List<Widget> children(BuildContext context);