elevationTabbar property
Implementation
static final BoxShadow elevationTabbar = BoxShadow(
offset: const Offset(0, -2),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(0.09),
);
static final BoxShadow elevationTabbar = BoxShadow(
offset: const Offset(0, -2),
blurRadius: 20,
color: const Color(0xFF000000).withOpacity(0.09),
);