bottomBar property

BoxShadow bottomBar
final

Use this for add shadow to bottom bars

Implementation

final bottomBar = const BoxShadow(
  blurRadius: 2,
  spreadRadius: 1,
  color: Colors.black12,
);