static final List<BoxShadow> floatingButton = [ BoxShadow( color: RALIColors.shadow3, blurRadius: 8, offset: const Offset(0, 4), ), ];