Peter
03/18/2026, 11:24 AMRow {
if (showIcon)
BackIcon()
// Center to the center of the screen, while maximizing available width on left and right
Title()
}czuckie
03/18/2026, 12:05 PMTitle() to be displayed center aligned regardless of if the BackIcon() is displayed?Peter
03/18/2026, 12:49 PMBackIcon() -width to the end, but that would make available size of Title() smaller. I’m wondering if there is any way to avoid that.Winson Chiu
03/18/2026, 12:50 PMMark
03/18/2026, 1:08 PMBox instead. You can add horizontal (i.e. balanced) padding to Title if you don’t want overlap. If you don’t want to use padding, then you have to live with possible overlap, right?
Or are you saying, allow the title to be off-centre only if it would otherwise overlap the back button?brandonmcansh
05/07/2026, 3:05 AM