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