TF-736 Display header style button on composer web

This commit is contained in:
dab246
2022-07-22 18:45:45 +07:00
committed by Dat H. Pham
parent d87da56928
commit 6982965a54
4 changed files with 76 additions and 5 deletions
@@ -62,7 +62,8 @@ class DropDownButtonWidget<T> extends StatelessWidget {
.map((item) => DropdownMenuItem<T>(
value: item,
child: PointerInterceptor(
child: SizedBox(
child: Container(
color: Colors.transparent,
height: heightItem,
child: Row(children: [
Expanded(child: Text(_getTextItemDropdown(context, item: item),