mirror of
https://github.com/SoPat712/RUSwipeShare.git
synced 2025-08-21 19:08:46 -04:00
fixed troll
This commit is contained in:
@@ -42,7 +42,7 @@ class _SellScreenState extends State<SellScreen> {
|
|||||||
return Scaffold(
|
return Scaffold(
|
||||||
resizeToAvoidBottomInset: true,
|
resizeToAvoidBottomInset: true,
|
||||||
body: Padding(
|
body: Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(0,8,0,0),
|
padding: const EdgeInsets.fromLTRB(0, 8, 0, 0),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||||
children: [
|
children: [
|
||||||
@@ -156,17 +156,18 @@ class _SellScreenState extends State<SellScreen> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 150,
|
width: 150,
|
||||||
child: TextField(
|
child: TextField(
|
||||||
keyboardType: TextInputType.number,
|
keyboardType: TextInputType.number,
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: TextStyle(color: Colors.white, fontSize: 30),
|
style: TextStyle(color: Colors.white, fontSize: 30),
|
||||||
controller: priceController,
|
controller: priceController,
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
border: OutlineInputBorder(),
|
border: OutlineInputBorder(),
|
||||||
hintText: 'Price',
|
hintText: 'Price',
|
||||||
hintStyle: TextStyle(color: Colors.white24, fontSize: 30),
|
hintStyle: TextStyle(color: Colors.white24, fontSize: 30),
|
||||||
),
|
),
|
||||||
|
)),
|
||||||
ElevatedButton(
|
ElevatedButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
List<String> locations = [];
|
List<String> locations = [];
|
||||||
|
Reference in New Issue
Block a user