This property should be set for title-like items.
ModelButton.centered
bool centered() @propertyGet centered property.
Returns
Whether to render the button contents centered instead of left-aligned.
void centered(bool propval) @propertySet centered property.
Parameters
propval | Whether to render the button contents centered instead of left-aligned. This property should be set for title-like items. |