ListWheelChildListDelegate constructor Null safety
Constructs the delegate from a concrete list of children.
Implementation
ListWheelChildListDelegate({required this.children}) : assert(children != null);
Constructs the delegate from a concrete list of children.
ListWheelChildListDelegate({required this.children}) : assert(children != null);