AFUIWidgetListWrapper constructor
AFUIWidgetListWrapper({
- AFWidgetID? wid,
- required List<
Widget> children, - required Widget child,
Implementation
AFUIWidgetListWrapper({
AFWidgetID? wid,
required this.children,
required this.child,
}): super(key: AFFunctionalTheme.keyForWIDStatic(wid));