udated 18-addproductfrom
This commit is contained in:
parent
da78bce79e
commit
1bac9350fe
@ -172,8 +172,9 @@ class _addproductfromState extends State<addproductfrom> {
|
|||||||
contentPadding: EdgeInsets.only(
|
contentPadding: EdgeInsets.only(
|
||||||
left: 10, top: 1, bottom: 1, right: 5),
|
left: 10, top: 1, bottom: 1, right: 5),
|
||||||
border: OutlineInputBorder(
|
border: OutlineInputBorder(
|
||||||
borderRadius:
|
borderRadius: BorderRadius.all(
|
||||||
BorderRadius.all(Radius.circular(5)),
|
Radius.circular(5),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
child: DropdownButtonHideUnderline(
|
child: DropdownButtonHideUnderline(
|
||||||
|
Loading…
Reference in New Issue
Block a user