You can wrap the action in a container that sets a sensible background color:
Container( color: Theme.of(context).scaffoldBackgroundColor, child: CupertinoActionSheetAction(....), );