getChildrenWidget method
Implementation
List<Widget> getChildrenWidget(BuildContext context) =>
children.map((e) => e.build(context)).toList();
List<Widget> getChildrenWidget(BuildContext context) =>
children.map((e) => e.build(context)).toList();