Nest constructor

Nest(
  1. List<NestChain> children, {
  2. Key? key,
})

Implementation

Nest(
  final List<NestChain> children,
  { super.key }
): children = children.toList();