This property should be set for model buttons that 'go back' to a parent menu.
ModelButton.inverted
bool inverted() @propertyGet inverted property.
Returns
Whether to show the submenu indicator at the opposite side than normal.
void inverted(bool propval) @propertySet inverted property.
Parameters
propval | Whether to show the submenu indicator at the opposite side than normal. This property should be set for model buttons that 'go back' to a parent menu. |