searchBar property

List<BoxShadow> searchBar
final

Implementation

static final List<BoxShadow> searchBar = [
  BoxShadow(
    color: RALIColors.shadow2,
    blurRadius: 8,
    offset: const Offset(0, 2),
  ),
];