Maybe something like this
AppBar(
bottom: PreferredSize(
preferredSize: const Size.fromHeight(4.0)),
child: Container(
color: Colors.orange,
height: 4.0,
),
)
Maybe something like this
AppBar(
bottom: PreferredSize(
preferredSize: const Size.fromHeight(4.0)),
child: Container(
color: Colors.orange,
height: 4.0,
),
)