-
I would like to create a command bar with a couple of items at its left, a couple of items in its center and a couple of items at its right, with space inbetween those three groups. The space should resize according to the overall command bar width. My current ideas are to either compute the required space myself and add CommandBarSeparators with transparaent color. Or to use a Row containing three individual command bars. Is there a better way to do it? Like a flexible spacer that can be added inbetween CommandBarItems? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you may want to use a RenderObject. Command bar specs doesn't describe this behavior. |
Beta Was this translation helpful? Give feedback.
I think you may want to use a RenderObject. Command bar specs doesn't describe this behavior.