CircleListChildListDelegate constructor

CircleListChildListDelegate({
  1. required List<Widget> children,
})

Constructs the delegate from a concrete list of children.

Implementation

CircleListChildListDelegate({required this.children});