CustomLane constructor
CustomLane({
- required String title,
- required List<
CustomScreen> children,
Implementation
CustomLane({
required this.title,
required this.children,
});