experiment failed

we'll get em next time
This commit is contained in:
Felix 2019-08-19 10:03:13 +01:00
parent 1719a66e32
commit a777bc4e1e
2 changed files with 11 additions and 1 deletions

View file

@ -338,6 +338,17 @@ class ReceiptPage2State extends State<ReceiptPage2> {
Container(
padding: const EdgeInsets.fromLTRB(0, 0, 0, 0),
height: 32.0,
// child: DropdownButton(
// value: transaction.category,
// items: _categories.map((thisOption) {
// DropdownMenuItem(child: Text(thisOption));
// }).toList(),
//// items: _categories.map((thisOption) => DropdownMenuItem(child : Text(thisOption))).toList(),
// onChanged: ((newValue) {
// transaction.category = _categories[newValue];
// setState(() {});
// })
// ),
child: RaisedButton(
onPressed: () {
showModalBottomSheet(