AFUIWidgetListWrapper constructor

AFUIWidgetListWrapper({
  1. AFWidgetID? wid,
  2. required List<Widget> children,
  3. required Widget child,
})

Implementation

AFUIWidgetListWrapper({
  AFWidgetID? wid,
  required this.children,
  required this.child,
}): super(key: AFFunctionalTheme.keyForWIDStatic(wid));