expandEvery method

List<Widget> expandEvery()

Implementation

List<Widget> expandEvery() => map((Widget e) => Expanded(child: e)).toList();