static Widget buildEmptyHorizontalSeparator({required double width}) { return SizedBox(width: width,); }