boxShadow method

List<BoxShadow> boxShadow()

Implementation

List<BoxShadow> boxShadow() =>
    darkTheme ? [
      BoxShadow(color: textColor(), blurRadius: 2, spreadRadius: 1)
    ] : [];