list method

Widget list (
  1. List<Widget> list
)

Implementation

Widget list(List<Widget> list) {
  return list.xRowEE(
      // crossAxisAlignment: crossAxisAlignment ?? CrossAxisAlignment.start,
      key: key,
      //  mainAxisAlignment: mainAxisAlignment ?? MainAxisAlignment.center,
      mainAxisSize: mainAxisSize ?? MainAxisSize.max,
      textBaseline: textBaseline,
      textDirection: textDirection,
      verticalDirection: verticalDirection ?? VerticalDirection.down);
}