Flutter Appbar jest wciąż szary
change elevation to 0
AppBar(
title: Text('HELLO WOLRD'),
elevation: 0,
color: Colors.transparent
)
EDestroyer
change elevation to 0
AppBar(
title: Text('HELLO WOLRD'),
elevation: 0,
color: Colors.transparent
)