I'm making up a profile page, and want to use sliver to for some eye candy in my application. and i want it to to circle shape
my code
SliverAppBar(
expandedHeight: 200.0,
floating: true,
pinned: true,
snap: true,
primary: false,
backgroundColor: Colors.white,
flexibleSpace: FlexibleSpaceBar(
centerTitle: true,
title: Text(empName,
style: TextStyle(
color: Colors.black,
fontSize: 16.0,
)),
background: Image.network('www.sample.com/profile.png',
fit: BoxFit.cover,
)
),
),
Use CircleAvatar in background.