expandEqually method

Iterable<Widget> expandEqually()

Implementation

Iterable<Widget> expandEqually() =>
    map((widget) => Expanded(flex: 1, child: widget));