list method

Widget list (
  1. List<Widget> list
)

Implementation

Widget list(List<Widget> list) {
  return list.xStack(
    alignment: alignment,
    fit: fit,
    clipBehavior: clipBehavior,
    key: key,
    textDirection: textDirection,
  );
}