WidgetList constructor

WidgetList({
  1. required List<Widget> widgets,
})

Creates a new widget list.

Implementation

WidgetList({required this.widgets});