bottomBar property
Use this for add shadow to bottom bars
Implementation
final bottomBar = const BoxShadow(
blurRadius: 2,
spreadRadius: 1,
color: Colors.black12,
);
Use this for add shadow to bottom bars
final bottomBar = const BoxShadow(
blurRadius: 2,
spreadRadius: 1,
color: Colors.black12,
);