String getValueText(int index) { return onFormatValue == null ? "${valueOf(index)}" : onFormatValue!(valueOf(index)); }