Widget gap(double gap) { return separator(direction == Axis.vertical ? SizedBox(height: gap) : SizedBox(width: gap)); }