update
This commit is contained in:
parent
ecccd4a9bf
commit
2d3f5bd96e
11 changed files with 184 additions and 143 deletions
|
|
@ -48,6 +48,12 @@ class DropDownWidget extends StatelessWidget {
|
|||
GoogleFonts.inter(fontSize: 16, fontWeight: FontWeight.w500)))),
|
||||
],
|
||||
onSelected: onChanged,
|
||||
trailingIcon: Icon(
|
||||
Icons.arrow_drop_down_sharp,
|
||||
size: 24,
|
||||
color: Colors.white,
|
||||
),
|
||||
selectedTrailingIcon: Icon(Icons.arrow_drop_up_sharp, size: 24, color: Colors.white),
|
||||
width: MediaQuery.of(context).size.width * 0.9,
|
||||
menuHeight: MediaQuery.of(context).size.height * 0.8,
|
||||
textStyle: GoogleFonts.inter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue