set fractionSize(List<double> v) => _add( (w) => FractionallySizedBox( widthFactor: v[0], heightFactor: v[1], child: w, ), );