return Scaffold(
appBar: AppBar(
// title: Text(widget.title),
title: Image.asset('assets/images/logo.png'),
flexibleSpace: Image(
image: AssetImage('assets/images/bg.jpg'),
fit: BoxFit.cover,
),
backgroundColor: Colors.transparent,
),
);