getChildWidget method
Implementation
Widget? getChildWidget(BuildContext context) =>
children.isEmpty ? null : children.first.build(context);
Widget? getChildWidget(BuildContext context) =>
children.isEmpty ? null : children.first.build(context);