static Widget buildEmptyVerticalSeparator({required double height}) { return SizedBox(height: height); }