@override
Widget build(BuildContext context) {
return Scaffold(
appBar: AppBar(
backgroundColor: Colors.transparent, //<<<<<<<<<
elevation: 0,
title: Text("Title"),
),
body: Center(child: Text("Content")),