vertical_tabs icon indicating copy to clipboard operation
vertical_tabs copied to clipboard

how to align tabs to right

Open mfouadegy opened this issue 4 years ago • 1 comments

how to align tabs to right and align content to left to support rtl direction direction property not working

mfouadegy avatar Jan 07 '21 12:01 mfouadegy

set Direction To RTL Example : child: VerticalTabs( .... direction: TextDirection.rtl,

mo-albosifi avatar Jun 03 '21 04:06 mo-albosifi