Adds gaps between row children.
Parameters:
gap
double
Returns: Widget — row with gaps.
Widget
Widget gap(double gap) { return separator(SizedBox(width: gap)); }