body: Stack(
children: [
Positioned(
bottom: 20,
right: 10,
height: 25,
width: 75,
child: ElevatedButton(
onPressed: () {
Navigator.pop(
context,
MaterialPageRoute(
builder: (builder) => Text_input(),
),
);
},
child: Text('Back'),
),
)
],
),
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter