bottomNavigationShadow property

BoxShadow bottomNavigationShadow
getter/setter pair

BOTTOM NAVIGATION SHADOW

Implementation

static BoxShadow bottomNavigationShadow = const BoxShadow(
  color: Color.fromRGBO(100, 100, 100, 0.25),
  blurRadius: 20,
);